Html Css Color HEX #606ECB Chetwode Blue

📋 copy color: '#606ECB'

red 96 ◦ green 110 ◦ blue 203

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

Shades of Chetwode Blue #606ECB

Tints of Chetwode Blue #606ECB

RGB

 RED value IS 96 (37.89% from 255) = 23.47%

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

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

R = 23.47%
G = 26.89%
B = 49.63%

CMYK

 C value IS 0.53

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#606ECB (or 0x606ECB) is known color: Chetwode Blue. HEX triplet: 60, 6E and CB. RGB value is (96,110,203). Sum of RGB (Red+Green+Blue) = 96+110+203=409 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.47% from 409); Green value is 110 (43.36% from 255 or 26.89% from 409); Blue value is 203 (79.69% from 255 or 49.63% from 409); Max value from RGB is 203 - color contains mainly: blue. Hex color #606ECB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #606ECB is #9F9134. Grayscale: #747474. Windows color (decimal): -10457397 or 13332064. OLE color: 13332064.

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

Color convert

RGB 96 110 203 -
CMYK 0.53 0.46 0 0.20
HSL 232.15º 0.51% 0.59% -
HSV(B) 232.15º 0.53% 0.8% -
XYZ 21.18 17.95 58.85 -
YUV 116.42 176.86 113.44 -
System Red Green Blue C M Y K H S L
Decimal 96 110 203 0.53 0.46 0 0.20 232.15 0.51 0.59
Hex 60 6E CB 35 2E 0 14 E8 33 3B
Octal 140 156 313 65 56 0 24 350 63 73
Binary 1100000 1101110 11001011 110101 101110 0 10100 11101000 110011 111011

Color Harmonies of #606ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606ECB

Black with #606ECB

Text Example


Text Example

White with #606ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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