Html Css Color HEX #696CC9 Chetwode Blue

📋 copy color: '#696CC9'

red 105 ◦ green 108 ◦ blue 201

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

Shades of Chetwode Blue #696CC9

Tints of Chetwode Blue #696CC9

RGB

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

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

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

R = 25.36%
G = 26.09%
B = 48.55%

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

#696CC9 (or 0x696CC9) is known color: Chetwode Blue. HEX triplet: 69, 6C and C9. RGB value is (105,108,201). Sum of RGB (Red+Green+Blue) = 105+108+201=414 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.36% from 414); Green value is 108 (42.58% from 255 or 26.09% from 414); Blue value is 201 (78.91% from 255 or 48.55% from 414); Max value from RGB is 201 - color contains mainly: blue. Hex color #696CC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #696CC9 is #969336. Grayscale: #757575. Windows color (decimal): -9868087 or 13200489. OLE color: 13200489.

HSL color Cylindrical-coordinate representation of color #696CC9: hue angle of 238.12º 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 #696CC9 is Cyan = 0.48, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 105 108 201 -
CMYK 0.48 0.46 0 0.21
HSL 238.13º 0.47% 0.6% -
HSV(B) 238.13º 0.48% 0.79% -
XYZ 21.73 17.95 57.58 -
YUV 117.71 175.01 118.94 -
System Red Green Blue C M Y K H S L
Decimal 105 108 201 0.48 0.46 0 0.21 238.13 0.47 0.6
Hex 69 6C C9 30 2E 0 15 EE 2F 3C
Octal 151 154 311 60 56 0 25 356 57 74
Binary 1101001 1101100 11001001 110000 101110 0 10101 11101110 101111 111100

Color Harmonies of #696CC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696CC9

Black with #696CC9

Text Example


Text Example

White with #696CC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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