Html Css Color HEX #606DCC Chetwode Blue

📋 copy color: '#606DCC'

red 96 ◦ green 109 ◦ blue 204

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

Shades of Chetwode Blue #606DCC

Tints of Chetwode Blue #606DCC

RGB

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

 GREEN value IS 109 (42.97% from 255) = 26.65%

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

R = 23.47%
G = 26.65%
B = 49.88%

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

#606DCC (or 0x606DCC) is known color: Chetwode Blue. HEX triplet: 60, 6D and CC. RGB value is (96,109,204). Sum of RGB (Red+Green+Blue) = 96+109+204=409 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.47% from 409); Green value is 109 (42.97% from 255 or 26.65% from 409); Blue value is 204 (80.08% from 255 or 49.88% from 409); Max value from RGB is 204 - color contains mainly: blue. Hex color #606DCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #606DCC is #9F9233. Grayscale: #737373. Windows color (decimal): -10457652 or 13397344. OLE color: 13397344.

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

Color convert

RGB 96 109 204 -
CMYK 0.53 0.47 0 0.2
HSL 232.78º 0.51% 0.59% -
HSV(B) 232.78º 0.53% 0.8% -
XYZ 21.19 17.78 59.44 -
YUV 115.94 177.69 113.78 -
System Red Green Blue C M Y K H S L
Decimal 96 109 204 0.53 0.47 0 0.2 232.78 0.51 0.59
Hex 60 6D CC 35 2F 0 14 E9 33 3B
Octal 140 155 314 65 57 0 24 351 63 73
Binary 1100000 1101101 11001100 110101 101111 0 10100 11101001 110011 111011

Color Harmonies of #606DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606DCC

Black with #606DCC

Text Example


Text Example

White with #606DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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