Html Css Color HEX #606BCC Chetwode Blue

📋 copy color: '#606BCC'

red 96 ◦ green 107 ◦ blue 204

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

Shades of Chetwode Blue #606BCC

Tints of Chetwode Blue #606BCC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 26.29%

 BLUE value IS 204 (80.08% from 255) = 50.12%

R = 23.59%
G = 26.29%
B = 50.12%

CMYK

 C value IS 0.53

 M value IS 0.48

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#606BCC (or 0x606BCC) is known color: Chetwode Blue. HEX triplet: 60, 6B and CC. RGB value is (96,107,204). Sum of RGB (Red+Green+Blue) = 96+107+204=407 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.59% from 407); Green value is 107 (42.19% from 255 or 26.29% from 407); Blue value is 204 (80.08% from 255 or 50.12% from 407); Max value from RGB is 204 - color contains mainly: blue. Hex color #606BCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #606BCC is #9F9433. Grayscale: #727272. Windows color (decimal): -10458164 or 13396832. OLE color: 13396832.

HSL color Cylindrical-coordinate representation of color #606BCC: hue angle of 233.89º 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 #606BCC is Cyan = 0.53, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 96 107 204 -
CMYK 0.53 0.48 0 0.2
HSL 233.89º 0.51% 0.59% -
HSV(B) 233.89º 0.53% 0.8% -
XYZ 20.98 17.36 59.37 -
YUV 114.77 178.36 114.61 -
System Red Green Blue C M Y K H S L
Decimal 96 107 204 0.53 0.48 0 0.2 233.89 0.51 0.59
Hex 60 6B CC 35 30 0 14 EA 33 3B
Octal 140 153 314 65 60 0 24 352 63 73
Binary 1100000 1101011 11001100 110101 110000 0 10100 11101010 110011 111011

Color Harmonies of #606BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606BCC

Black with #606BCC

Text Example


Text Example

White with #606BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,107,204); }

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

background-color css

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

 a { background-color: rgb(96,107,204); }

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

border-color css

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

 span { border-color: rgb(96,107,204); }

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