Html Css Color HEX #606BA6 Chetwode Blue

📋 copy color: '#606BA6'

red 96 ◦ green 107 ◦ blue 166

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

Shades of Chetwode Blue #606BA6

Tints of Chetwode Blue #606BA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 44.99%

R = 26.02%
G = 29%
B = 44.99%

CMYK

 C value IS 0.42

 M value IS 0.36

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#606BA6 (or 0x606BA6) is known color: Chetwode Blue. HEX triplet: 60, 6B and A6. RGB value is (96,107,166). Sum of RGB (Red+Green+Blue) = 96+107+166=369 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.02% from 369); Green value is 107 (42.19% from 255 or 29.00% from 369); Blue value is 166 (65.23% from 255 or 44.99% from 369); Max value from RGB is 166 - color contains mainly: blue. Hex color #606BA6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606BA6 is #9F9459. Grayscale: #6E6E6E. Windows color (decimal): -10458202 or 10906464. OLE color: 10906464.

HSL color Cylindrical-coordinate representation of color #606BA6: hue angle of 230.57º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #606BA6 is Cyan = 0.42, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 96 107 166 -
CMYK 0.42 0.36 0 0.35
HSL 230.57º 0.28% 0.51% -
HSV(B) 230.57º 0.42% 0.65% -
XYZ 16.96 15.76 38.22 -
YUV 110.44 159.36 117.7 -
System Red Green Blue C M Y K H S L
Decimal 96 107 166 0.42 0.36 0 0.35 230.57 0.28 0.51
Hex 60 6B A6 2A 24 0 23 E7 1C 33
Octal 140 153 246 52 44 0 43 347 34 63
Binary 1100000 1101011 10100110 101010 100100 0 100011 11100111 11100 110011

Color Harmonies of #606BA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606BA6

Black with #606BA6

Text Example


Text Example

White with #606BA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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