Html Css Color HEX #606AC0 Chetwode Blue

📋 copy color: '#606AC0'

red 96 ◦ green 106 ◦ blue 192

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

Shades of Chetwode Blue #606AC0

Tints of Chetwode Blue #606AC0

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.9%

 BLUE value IS 192 (75.39% from 255) = 48.73%

R = 24.37%
G = 26.9%
B = 48.73%

CMYK

 C value IS 0.50

 M value IS 0.45

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#606AC0 (or 0x606AC0) is known color: Chetwode Blue. HEX triplet: 60, 6A and C0. RGB value is (96,106,192). Sum of RGB (Red+Green+Blue) = 96+106+192=394 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.37% from 394); Green value is 106 (41.80% from 255 or 26.90% from 394); Blue value is 192 (75.39% from 255 or 48.73% from 394); Max value from RGB is 192 - color contains mainly: blue. Hex color #606AC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #606AC0 is #9F953F. Grayscale: #707070. Windows color (decimal): -10458432 or 12610144. OLE color: 12610144.

HSL color Cylindrical-coordinate representation of color #606AC0: hue angle of 233.75º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #606AC0 is Cyan = 0.50, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 96 106 192 -
CMYK 0.50 0.45 0 0.25
HSL 233.75º 0.43% 0.56% -
HSV(B) 233.75º 0.5% 0.75% -
XYZ 19.49 16.6 52.05 -
YUV 112.81 172.69 116.01 -
System Red Green Blue C M Y K H S L
Decimal 96 106 192 0.50 0.45 0 0.25 233.75 0.43 0.56
Hex 60 6A C0 32 2D 0 19 EA 2B 38
Octal 140 152 300 62 55 0 31 352 53 70
Binary 1100000 1101010 11000000 110010 101101 0 11001 11101010 101011 111000

Color Harmonies of #606AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606AC0

Black with #606AC0

Text Example


Text Example

White with #606AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,106,192); }

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

background-color css

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

 a { background-color: rgb(96,106,192); }

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

border-color css

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

 span { border-color: rgb(96,106,192); }

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