Html Css Color HEX #606ED3 Chetwode Blue

📋 copy color: '#606ED3'

red 96 ◦ green 110 ◦ blue 211

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

Shades of Chetwode Blue #606ED3

Tints of Chetwode Blue #606ED3

RGB

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

 GREEN value IS 110 (43.36% from 255) = 26.38%

 BLUE value IS 211 (82.81% from 255) = 50.6%

R = 23.02%
G = 26.38%
B = 50.6%

CMYK

 C value IS 0.55

 M value IS 0.48

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#606ED3 (or 0x606ED3) is known color: Chetwode Blue. HEX triplet: 60, 6E and D3. RGB value is (96,110,211). Sum of RGB (Red+Green+Blue) = 96+110+211=417 (55% of max value = 765). Red value is 96 (37.89% from 255 or 23.02% from 417); Green value is 110 (43.36% from 255 or 26.38% from 417); Blue value is 211 (82.81% from 255 or 50.60% from 417); Max value from RGB is 211 - color contains mainly: blue. Hex color #606ED3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #606ED3 is #9F912C. Grayscale: #747474. Windows color (decimal): -10457389 or 13856352. OLE color: 13856352.

HSL color Cylindrical-coordinate representation of color #606ED3: hue angle of 232.7º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #606ED3 is Cyan = 0.55, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 96 110 211 -
CMYK 0.55 0.48 0 0.17
HSL 232.7º 0.57% 0.6% -
HSV(B) 232.7º 0.55% 0.83% -
XYZ 22.16 18.34 64 -
YUV 117.33 180.86 112.79 -
System Red Green Blue C M Y K H S L
Decimal 96 110 211 0.55 0.48 0 0.17 232.7 0.57 0.6
Hex 60 6E D3 37 30 0 11 E9 39 3C
Octal 140 156 323 67 60 0 21 351 71 74
Binary 1100000 1101110 11010011 110111 110000 0 10001 11101001 111001 111100

Color Harmonies of #606ED3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606ED3

Black with #606ED3

Text Example


Text Example

White with #606ED3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,110,211); }

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

background-color css

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

 a { background-color: rgb(96,110,211); }

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

border-color css

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

 span { border-color: rgb(96,110,211); }

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