Html Css Color HEX #696CBD Chetwode Blue

📋 copy color: '#696CBD'

red 105 ◦ green 108 ◦ blue 189

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

Shades of Chetwode Blue #696CBD

Tints of Chetwode Blue #696CBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 47.01%

R = 26.12%
G = 26.87%
B = 47.01%

CMYK

 C value IS 0.44

 M value IS 0.43

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#696CBD (or 0x696CBD) is known color: Chetwode Blue. HEX triplet: 69, 6C and BD. RGB value is (105,108,189). Sum of RGB (Red+Green+Blue) = 105+108+189=402 (53% of max value = 765). Red value is 105 (41.41% from 255 or 26.12% from 402); Green value is 108 (42.58% from 255 or 26.87% from 402); Blue value is 189 (74.22% from 255 or 47.01% from 402); Max value from RGB is 189 - color contains mainly: blue. Hex color #696CBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #696CBD is #969342. Grayscale: #747474. Windows color (decimal): -9868099 or 12414057. OLE color: 12414057.

HSL color Cylindrical-coordinate representation of color #696CBD: hue angle of 237.86º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #696CBD is Cyan = 0.44, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 105 108 189 -
CMYK 0.44 0.43 0 0.26
HSL 237.86º 0.39% 0.58% -
HSV(B) 237.86º 0.44% 0.74% -
XYZ 20.37 17.4 50.43 -
YUV 116.34 169.01 119.91 -
System Red Green Blue C M Y K H S L
Decimal 105 108 189 0.44 0.43 0 0.26 237.86 0.39 0.58
Hex 69 6C BD 2C 2B 0 1A EE 27 3A
Octal 151 154 275 54 53 0 32 356 47 72
Binary 1101001 1101100 10111101 101100 101011 0 11010 11101110 100111 111010

Color Harmonies of #696CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696CBD

Black with #696CBD

Text Example


Text Example

White with #696CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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