Html Css Color HEX #606DB5 Chetwode Blue

📋 copy color: '#606DB5'

red 96 ◦ green 109 ◦ blue 181

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

Shades of Chetwode Blue #606DB5

Tints of Chetwode Blue #606DB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 46.89%

R = 24.87%
G = 28.24%
B = 46.89%

CMYK

 C value IS 0.47

 M value IS 0.40

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#606DB5 (or 0x606DB5) is known color: Chetwode Blue. HEX triplet: 60, 6D and B5. RGB value is (96,109,181). Sum of RGB (Red+Green+Blue) = 96+109+181=386 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.87% from 386); Green value is 109 (42.97% from 255 or 28.24% from 386); Blue value is 181 (71.09% from 255 or 46.89% from 386); Max value from RGB is 181 - color contains mainly: blue. Hex color #606DB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #606DB5 is #9F924A. Grayscale: #717171. Windows color (decimal): -10457675 or 11890016. OLE color: 11890016.

HSL color Cylindrical-coordinate representation of color #606DB5: hue angle of 230.82º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #606DB5 is Cyan = 0.47, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 96 109 181 -
CMYK 0.47 0.40 0 0.29
HSL 230.82º 0.36% 0.54% -
HSV(B) 230.82º 0.47% 0.71% -
XYZ 18.63 16.76 45.97 -
YUV 113.32 166.19 115.65 -
System Red Green Blue C M Y K H S L
Decimal 96 109 181 0.47 0.40 0 0.29 230.82 0.36 0.54
Hex 60 6D B5 2F 28 0 1D E7 24 36
Octal 140 155 265 57 50 0 35 347 44 66
Binary 1100000 1101101 10110101 101111 101000 0 11101 11100111 100100 110110

Color Harmonies of #606DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606DB5

Black with #606DB5

Text Example


Text Example

White with #606DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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