Html Css Color HEX #696ECB Chetwode Blue

📋 copy color: '#696ECB'

red 105 ◦ green 110 ◦ blue 203

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

Shades of Chetwode Blue #696ECB

Tints of Chetwode Blue #696ECB

RGB

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

 GREEN value IS 110 (43.36% from 255) = 26.32%

 BLUE value IS 203 (79.69% from 255) = 48.56%

R = 25.12%
G = 26.32%
B = 48.56%

CMYK

 C value IS 0.48

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#696ECB (or 0x696ECB) is known color: Chetwode Blue. HEX triplet: 69, 6E and CB. RGB value is (105,110,203). Sum of RGB (Red+Green+Blue) = 105+110+203=418 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25.12% from 418); Green value is 110 (43.36% from 255 or 26.32% from 418); Blue value is 203 (79.69% from 255 or 48.56% from 418); Max value from RGB is 203 - color contains mainly: blue. Hex color #696ECB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #696ECB is #969134. Grayscale: #767676. Windows color (decimal): -9867573 or 13332073. OLE color: 13332073.

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

Color convert

RGB 105 110 203 -
CMYK 0.48 0.46 0 0.20
HSL 236.94º 0.49% 0.6% -
HSV(B) 236.94º 0.48% 0.8% -
XYZ 22.18 18.47 58.9 -
YUV 119.11 175.34 117.94 -
System Red Green Blue C M Y K H S L
Decimal 105 110 203 0.48 0.46 0 0.20 236.94 0.49 0.6
Hex 69 6E CB 30 2E 0 14 ED 31 3C
Octal 151 156 313 60 56 0 24 355 61 74
Binary 1101001 1101110 11001011 110000 101110 0 10100 11101101 110001 111100

Color Harmonies of #696ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696ECB

Black with #696ECB

Text Example


Text Example

White with #696ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,110,203); }

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

background-color css

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

 a { background-color: rgb(105,110,203); }

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

border-color css

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

 span { border-color: rgb(105,110,203); }

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