Html Css Color HEX #696CC8 Chetwode Blue

📋 copy color: '#696CC8'

red 105 ◦ green 108 ◦ blue 200

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

Shades of Chetwode Blue #696CC8

Tints of Chetwode Blue #696CC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 48.43%

R = 25.42%
G = 26.15%
B = 48.43%

CMYK

 C value IS 0.48

 M value IS 0.46

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#696CC8 (or 0x696CC8) is known color: Chetwode Blue. HEX triplet: 69, 6C and C8. RGB value is (105,108,200). Sum of RGB (Red+Green+Blue) = 105+108+200=413 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.42% from 413); Green value is 108 (42.58% from 255 or 26.15% from 413); Blue value is 200 (78.52% from 255 or 48.43% from 413); Max value from RGB is 200 - color contains mainly: blue. Hex color #696CC8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #696CC8 is #969337. Grayscale: #757575. Windows color (decimal): -9868088 or 13134953. OLE color: 13134953.

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

Color convert

RGB 105 108 200 -
CMYK 0.48 0.46 0 0.22
HSL 238.11º 0.46% 0.6% -
HSV(B) 238.11º 0.48% 0.78% -
XYZ 21.61 17.9 56.96 -
YUV 117.59 174.51 119.02 -
System Red Green Blue C M Y K H S L
Decimal 105 108 200 0.48 0.46 0 0.22 238.11 0.46 0.6
Hex 69 6C C8 30 2E 0 16 EE 2E 3C
Octal 151 154 310 60 56 0 26 356 56 74
Binary 1101001 1101100 11001000 110000 101110 0 10110 11101110 101110 111100

Color Harmonies of #696CC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696CC8

Black with #696CC8

Text Example


Text Example

White with #696CC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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