Html Css Color HEX #606CCE Chetwode Blue

📋 copy color: '#606CCE'

red 96 ◦ green 108 ◦ blue 206

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

Shades of Chetwode Blue #606CCE

Tints of Chetwode Blue #606CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 50.24%

R = 23.41%
G = 26.34%
B = 50.24%

CMYK

 C value IS 0.53

 M value IS 0.48

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#606CCE (or 0x606CCE) is known color: Chetwode Blue. HEX triplet: 60, 6C and CE. RGB value is (96,108,206). Sum of RGB (Red+Green+Blue) = 96+108+206=410 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.41% from 410); Green value is 108 (42.58% from 255 or 26.34% from 410); Blue value is 206 (80.86% from 255 or 50.24% from 410); Max value from RGB is 206 - color contains mainly: blue. Hex color #606CCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #606CCE is #9F9331. Grayscale: #737373. Windows color (decimal): -10457906 or 13528160. OLE color: 13528160.

HSL color Cylindrical-coordinate representation of color #606CCE: hue angle of 233.45º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #606CCE is Cyan = 0.53, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 96 108 206 -
CMYK 0.53 0.48 0 0.19
HSL 233.45º 0.53% 0.59% -
HSV(B) 233.45º 0.53% 0.81% -
XYZ 21.33 17.67 60.68 -
YUV 115.58 179.02 114.03 -
System Red Green Blue C M Y K H S L
Decimal 96 108 206 0.53 0.48 0 0.19 233.45 0.53 0.59
Hex 60 6C CE 35 30 0 13 E9 35 3B
Octal 140 154 316 65 60 0 23 351 65 73
Binary 1100000 1101100 11001110 110101 110000 0 10011 11101001 110101 111011

Color Harmonies of #606CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606CCE

Black with #606CCE

Text Example


Text Example

White with #606CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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