Html Css Color HEX #606CCB Chetwode Blue

📋 copy color: '#606CCB'

red 96 ◦ green 108 ◦ blue 203

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

Shades of Chetwode Blue #606CCB

Tints of Chetwode Blue #606CCB

RGB

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

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

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

R = 23.59%
G = 26.54%
B = 49.88%

CMYK

 C value IS 0.53

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#606CCB (or 0x606CCB) is known color: Chetwode Blue. HEX triplet: 60, 6C and CB. RGB value is (96,108,203). Sum of RGB (Red+Green+Blue) = 96+108+203=407 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.59% from 407); Green value is 108 (42.58% from 255 or 26.54% from 407); Blue value is 203 (79.69% from 255 or 49.88% from 407); Max value from RGB is 203 - color contains mainly: blue. Hex color #606CCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #606CCB is #9F9334. Grayscale: #727272. Windows color (decimal): -10457909 or 13331552. OLE color: 13331552.

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

Color convert

RGB 96 108 203 -
CMYK 0.53 0.47 0 0.20
HSL 233.27º 0.51% 0.59% -
HSV(B) 233.27º 0.53% 0.8% -
XYZ 20.97 17.52 58.78 -
YUV 115.24 177.52 114.28 -
System Red Green Blue C M Y K H S L
Decimal 96 108 203 0.53 0.47 0 0.20 233.27 0.51 0.59
Hex 60 6C CB 35 2F 0 14 E9 33 3B
Octal 140 154 313 65 57 0 24 351 63 73
Binary 1100000 1101100 11001011 110101 101111 0 10100 11101001 110011 111011

Color Harmonies of #606CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606CCB

Black with #606CCB

Text Example


Text Example

White with #606CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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