#606DCD

Color #606DCD Chetwode Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chetwode Blue #606DCD

Tints of Chetwode Blue #606DCD

Color information

#606DCD (or 0x606DCD) is unknown color: approx Chetwode Blue. HEX triplet: 60, 6D and CD. RGB value is (96,109,205). Sum of RGB (Red+Green+Blue) = 96+109+205=410 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.41% from 410); Green value is 109 (42.97% from 255 or 26.59% from 410); Blue value is 205 (80.47% from 255 or 50% from 410); Max value from RGB is 205 - color contains mainly: blue. Hex color #606DCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #606DCD is #9F9232. Grayscale: #737373. Windows color (decimal): -10457651 or 13462880. OLE color: 13462880.

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

Color convert

RGB96109205-
CMYK0.530.4700.20
HSL232.84º52.15%59.02%-
HSV(B)232.84º53.17%80.39%-
XYZ21.3117.8360.08-
YUV116.06178.19113.69-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 23.41%
GREEN value IS 109 (42.97% from 255) = 26.59%
BLUE value IS 205 (80.47% from 255) = 50%
R=23.41%
G=26.59%
B=50%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal961092050.530.4700.20232.8452.1559.02
Hex606DCD352F014e9343b
Octal14015531565570243516473
Binary110000011011011100110111010110111101010011101001110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #606DCD;
 }
 .AnyTagClassName
 {
   color: #606DCD;
 }
</style>
background-color css

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

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

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

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

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

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