Html Css Color HEX #606DAD Chetwode Blue

📋 copy color: '#606DAD'

red 96 ◦ green 109 ◦ blue 173

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

Shades of Chetwode Blue #606DAD

Tints of Chetwode Blue #606DAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 45.77%

R = 25.4%
G = 28.84%
B = 45.77%

CMYK

 C value IS 0.45

 M value IS 0.37

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#606DAD (or 0x606DAD) is known color: Chetwode Blue. HEX triplet: 60, 6D and AD. RGB value is (96,109,173). Sum of RGB (Red+Green+Blue) = 96+109+173=378 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.40% from 378); Green value is 109 (42.97% from 255 or 28.84% from 378); Blue value is 173 (67.97% from 255 or 45.77% from 378); Max value from RGB is 173 - color contains mainly: blue. Hex color #606DAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606DAD is #9F9252. Grayscale: #707070. Windows color (decimal): -10457683 or 11365728. OLE color: 11365728.

HSL color Cylindrical-coordinate representation of color #606DAD: hue angle of 229.87º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #606DAD is Cyan = 0.45, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 96 109 173 -
CMYK 0.45 0.37 0 0.32
HSL 229.87º 0.32% 0.53% -
HSV(B) 229.87º 0.45% 0.68% -
XYZ 17.84 16.44 41.77 -
YUV 112.41 162.19 116.3 -
System Red Green Blue C M Y K H S L
Decimal 96 109 173 0.45 0.37 0 0.32 229.87 0.32 0.53
Hex 60 6D AD 2D 25 0 20 E6 20 35
Octal 140 155 255 55 45 0 40 346 40 65
Binary 1100000 1101101 10101101 101101 100101 0 100000 11100110 100000 110101

Color Harmonies of #606DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606DAD

Black with #606DAD

Text Example


Text Example

White with #606DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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