Html Css Color HEX #606BCE Chetwode Blue

📋 copy color: '#606BCE'

red 96 ◦ green 107 ◦ blue 206

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

Shades of Chetwode Blue #606BCE

Tints of Chetwode Blue #606BCE

RGB

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

 GREEN value IS 107 (42.19% from 255) = 26.16%

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

R = 23.47%
G = 26.16%
B = 50.37%

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

#606BCE (or 0x606BCE) is known color: Chetwode Blue. HEX triplet: 60, 6B and CE. RGB value is (96,107,206). Sum of RGB (Red+Green+Blue) = 96+107+206=409 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.47% from 409); Green value is 107 (42.19% from 255 or 26.16% from 409); Blue value is 206 (80.86% from 255 or 50.37% from 409); Max value from RGB is 206 - color contains mainly: blue. Hex color #606BCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #606BCE is #9F9431. Grayscale: #727272. Windows color (decimal): -10458162 or 13527904. OLE color: 13527904.

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

Color convert

RGB 96 107 206 -
CMYK 0.53 0.48 0 0.19
HSL 234º 0.53% 0.59% -
HSV(B) 234º 0.53% 0.81% -
XYZ 21.22 17.46 60.64 -
YUV 115 179.36 114.45 -
System Red Green Blue C M Y K H S L
Decimal 96 107 206 0.53 0.48 0 0.19 234 0.53 0.59
Hex 60 6B CE 35 30 0 13 EA 35 3B
Octal 140 153 316 65 60 0 23 352 65 73
Binary 1100000 1101011 11001110 110101 110000 0 10011 11101010 110101 111011

Color Harmonies of #606BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606BCE

Black with #606BCE

Text Example


Text Example

White with #606BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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