Html Css Color HEX #606DB9 Chetwode Blue

📋 copy color: '#606DB9'

red 96 ◦ green 109 ◦ blue 185

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

Shades of Chetwode Blue #606DB9

Tints of Chetwode Blue #606DB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 47.44%

R = 24.62%
G = 27.95%
B = 47.44%

CMYK

 C value IS 0.48

 M value IS 0.41

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#606DB9 (or 0x606DB9) is known color: Chetwode Blue. HEX triplet: 60, 6D and B9. RGB value is (96,109,185). Sum of RGB (Red+Green+Blue) = 96+109+185=390 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.62% from 390); Green value is 109 (42.97% from 255 or 27.95% from 390); Blue value is 185 (72.66% from 255 or 47.44% from 390); Max value from RGB is 185 - color contains mainly: blue. Hex color #606DB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #606DB9 is #9F9246. Grayscale: #717171. Windows color (decimal): -10457671 or 12152160. OLE color: 12152160.

HSL color Cylindrical-coordinate representation of color #606DB9: hue angle of 231.24º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #606DB9 is Cyan = 0.48, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 96 109 185 -
CMYK 0.48 0.41 0 0.27
HSL 231.24º 0.39% 0.55% -
HSV(B) 231.24º 0.48% 0.73% -
XYZ 19.05 16.93 48.16 -
YUV 113.78 168.19 115.32 -
System Red Green Blue C M Y K H S L
Decimal 96 109 185 0.48 0.41 0 0.27 231.24 0.39 0.55
Hex 60 6D B9 30 29 0 1B E7 27 37
Octal 140 155 271 60 51 0 33 347 47 67
Binary 1100000 1101101 10111001 110000 101001 0 11011 11100111 100111 110111

Color Harmonies of #606DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606DB9

Black with #606DB9

Text Example


Text Example

White with #606DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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