Html Css Color HEX #697DCB Chetwode Blue

📋 copy color: '#697DCB'

red 105 ◦ green 125 ◦ blue 203

#697DCB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chetwode Blue #697DCB

Tints of Chetwode Blue #697DCB

RGB

 RED value IS 105 (41.41% from 255) = 24.25%

 GREEN value IS 125 (49.22% from 255) = 28.87%

 BLUE value IS 203 (79.69% from 255) = 46.88%

R = 24.25%
G = 28.87%
B = 46.88%

CMYK

 C value IS 0.48

 M value IS 0.38

 Y value IS 0

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#697DCB (or 0x697DCB) is known color: Chetwode Blue. HEX triplet: 69, 7D and CB. RGB value is (105,125,203). Sum of RGB (Red+Green+Blue) = 105+125+203=433 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.25% from 433); Green value is 125 (49.22% from 255 or 28.87% from 433); Blue value is 203 (79.69% from 255 or 46.88% from 433); Max value from RGB is 203 - color contains mainly: blue. Hex color #697DCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #697DCB is #968234. Grayscale: #7F7F7F. Windows color (decimal): -9863733 or 13335913. OLE color: 13335913.

HSL color Cylindrical-coordinate representation of color #697DCB: hue angle of 227.76º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #697DCB is Cyan = 0.48, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 105 125 203 -
CMYK 0.48 0.38 0 0.20
HSL 227.76º 0.49% 0.6% -
HSV(B) 227.76º 0.48% 0.8% -
XYZ 23.94 21.98 59.48 -
YUV 127.91 170.37 111.66 -
System Red Green Blue C M Y K H S L
Decimal 105 125 203 0.48 0.38 0 0.20 227.76 0.49 0.6
Hex 69 7D CB 30 26 0 14 E4 31 3C
Octal 151 175 313 60 46 0 24 344 61 74
Binary 1101001 1111101 11001011 110000 100110 0 10100 11100100 110001 111100

Color Harmonies of #697DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697DCB

Black with #697DCB

Text Example


Text Example

White with #697DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697DCB; }

 p { color: rgb(105,125,203); }

 H1.HeaderClassName
 {
   color: #697DCB;
 }
 .AnyTagClassName
 {
   color: #697DCB;
 }
</style>

background-color css

<style>
 a { background-color: #697DCB; }

 a { background-color: rgb(105,125,203); }

 div.DivClassName
 {
   background-color: #697DCB;
 }
 .BgClassName
 {
   background-color: #697DCB;
 }
</style>

border-color css

<style>
 span { border-color: #697DCB; }

 span { border-color: rgb(105,125,203); }

 td.TdClassName
 {
   border-color: #697DCB;
 }
 .TagClassName
 {
   border-color: #697DCB;
 }
</style>