Html Css Color HEX #696DC9 Chetwode Blue

📋 copy color: '#696DC9'

red 105 ◦ green 109 ◦ blue 201

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

Shades of Chetwode Blue #696DC9

Tints of Chetwode Blue #696DC9

RGB

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

 GREEN value IS 109 (42.97% from 255) = 26.27%

 BLUE value IS 201 (78.91% from 255) = 48.43%

R = 25.3%
G = 26.27%
B = 48.43%

CMYK

 C value IS 0.48

 M value IS 0.46

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#696DC9 (or 0x696DC9) is known color: Chetwode Blue. HEX triplet: 69, 6D and C9. RGB value is (105,109,201). Sum of RGB (Red+Green+Blue) = 105+109+201=415 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.30% from 415); Green value is 109 (42.97% from 255 or 26.27% from 415); Blue value is 201 (78.91% from 255 or 48.43% from 415); Max value from RGB is 201 - color contains mainly: blue. Hex color #696DC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #696DC9 is #969236. Grayscale: #757575. Windows color (decimal): -9867831 or 13200745. OLE color: 13200745.

HSL color Cylindrical-coordinate representation of color #696DC9: hue angle of 237.5º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #696DC9 is Cyan = 0.48, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 105 109 201 -
CMYK 0.48 0.46 0 0.21
HSL 237.5º 0.47% 0.6% -
HSV(B) 237.5º 0.48% 0.79% -
XYZ 21.84 18.16 57.61 -
YUV 118.29 174.67 118.52 -
System Red Green Blue C M Y K H S L
Decimal 105 109 201 0.48 0.46 0 0.21 237.5 0.47 0.6
Hex 69 6D C9 30 2E 0 15 EE 2F 3C
Octal 151 155 311 60 56 0 25 356 57 74
Binary 1101001 1101101 11001001 110000 101110 0 10101 11101110 101111 111100

Color Harmonies of #696DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696DC9

Black with #696DC9

Text Example


Text Example

White with #696DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,109,201); }

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

background-color css

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

 a { background-color: rgb(105,109,201); }

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

border-color css

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

 span { border-color: rgb(105,109,201); }

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