Html Css Color HEX #696CAF Chetwode Blue

📋 copy color: '#696CAF'

red 105 ◦ green 108 ◦ blue 175

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

Shades of Chetwode Blue #696CAF

Tints of Chetwode Blue #696CAF

RGB

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

 GREEN value IS 108 (42.58% from 255) = 27.84%

 BLUE value IS 175 (68.75% from 255) = 45.1%

R = 27.06%
G = 27.84%
B = 45.1%

CMYK

 C value IS 0.40

 M value IS 0.38

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#696CAF (or 0x696CAF) is known color: Chetwode Blue. HEX triplet: 69, 6C and AF. RGB value is (105,108,175). Sum of RGB (Red+Green+Blue) = 105+108+175=388 (51% of max value = 765). Red value is 105 (41.41% from 255 or 27.06% from 388); Green value is 108 (42.58% from 255 or 27.84% from 388); Blue value is 175 (68.75% from 255 or 45.10% from 388); Max value from RGB is 175 - color contains mainly: blue. Hex color #696CAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696CAF is #969350. Grayscale: #727272. Windows color (decimal): -9868113 or 11496553. OLE color: 11496553.

HSL color Cylindrical-coordinate representation of color #696CAF: hue angle of 237.43º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #696CAF is Cyan = 0.40, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 105 108 175 -
CMYK 0.40 0.38 0 0.31
HSL 237.43º 0.3% 0.55% -
HSV(B) 237.43º 0.4% 0.69% -
XYZ 18.93 16.82 42.81 -
YUV 114.74 162.01 121.05 -
System Red Green Blue C M Y K H S L
Decimal 105 108 175 0.40 0.38 0 0.31 237.43 0.3 0.55
Hex 69 6C AF 28 26 0 1F ED 1E 37
Octal 151 154 257 50 46 0 37 355 36 67
Binary 1101001 1101100 10101111 101000 100110 0 11111 11101101 11110 110111

Color Harmonies of #696CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696CAF

Black with #696CAF

Text Example


Text Example

White with #696CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696CAF; }

 p { color: rgb(105,108,175); }

 H1.HeaderClassName
 {
   color: #696CAF;
 }
 .AnyTagClassName
 {
   color: #696CAF;
 }
</style>

background-color css

<style>
 a { background-color: #696CAF; }

 a { background-color: rgb(105,108,175); }

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

border-color css

<style>
 span { border-color: #696CAF; }

 span { border-color: rgb(105,108,175); }

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