Html Css Color HEX #606DCB Chetwode Blue

📋 copy color: '#606DCB'

red 96 ◦ green 109 ◦ blue 203

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

Shades of Chetwode Blue #606DCB

Tints of Chetwode Blue #606DCB

RGB

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

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

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

R = 23.53%
G = 26.72%
B = 49.75%

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

#606DCB (or 0x606DCB) is known color: Chetwode Blue. HEX triplet: 60, 6D and CB. RGB value is (96,109,203). Sum of RGB (Red+Green+Blue) = 96+109+203=408 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.53% from 408); Green value is 109 (42.97% from 255 or 26.72% from 408); Blue value is 203 (79.69% from 255 or 49.75% from 408); Max value from RGB is 203 - color contains mainly: blue. Hex color #606DCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #606DCB is #9F9234. Grayscale: #737373. Windows color (decimal): -10457653 or 13331808. OLE color: 13331808.

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

Color convert

RGB 96 109 203 -
CMYK 0.53 0.46 0 0.20
HSL 232.71º 0.51% 0.59% -
HSV(B) 232.71º 0.53% 0.8% -
XYZ 21.07 17.74 58.81 -
YUV 115.83 177.19 113.86 -
System Red Green Blue C M Y K H S L
Decimal 96 109 203 0.53 0.46 0 0.20 232.71 0.51 0.59
Hex 60 6D CB 35 2E 0 14 E9 33 3B
Octal 140 155 313 65 56 0 24 351 63 73
Binary 1100000 1101101 11001011 110101 101110 0 10100 11101001 110011 111011

Color Harmonies of #606DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606DCB

Black with #606DCB

Text Example


Text Example

White with #606DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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