Html Css Color HEX #606CCC Chetwode Blue

📋 copy color: '#606CCC'

red 96 ◦ green 108 ◦ blue 204

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

Shades of Chetwode Blue #606CCC

Tints of Chetwode Blue #606CCC

RGB

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

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

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

R = 23.53%
G = 26.47%
B = 50%

CMYK

 C value IS 0.53

 M value IS 0.47

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#606CCC (or 0x606CCC) is known color: Chetwode Blue. HEX triplet: 60, 6C and CC. RGB value is (96,108,204). Sum of RGB (Red+Green+Blue) = 96+108+204=408 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.53% from 408); Green value is 108 (42.58% from 255 or 26.47% from 408); Blue value is 204 (80.08% from 255 or 50% from 408); Max value from RGB is 204 - color contains mainly: blue. Hex color #606CCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #606CCC is #9F9333. Grayscale: #727272. Windows color (decimal): -10457908 or 13397088. OLE color: 13397088.

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

Color convert

RGB 96 108 204 -
CMYK 0.53 0.47 0 0.2
HSL 233.33º 0.51% 0.59% -
HSV(B) 233.33º 0.53% 0.8% -
XYZ 21.09 17.57 59.41 -
YUV 115.36 178.02 114.19 -
System Red Green Blue C M Y K H S L
Decimal 96 108 204 0.53 0.47 0 0.2 233.33 0.51 0.59
Hex 60 6C CC 35 2F 0 14 E9 33 3B
Octal 140 154 314 65 57 0 24 351 63 73
Binary 1100000 1101100 11001100 110101 101111 0 10100 11101001 110011 111011

Color Harmonies of #606CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606CCC

Black with #606CCC

Text Example


Text Example

White with #606CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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