Html Css Color HEX #606CA4 Chetwode Blue

📋 copy color: '#606CA4'

red 96 ◦ green 108 ◦ blue 164

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

Shades of Chetwode Blue #606CA4

Tints of Chetwode Blue #606CA4

RGB

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

 GREEN value IS 108 (42.58% from 255) = 29.35%

 BLUE value IS 164 (64.45% from 255) = 44.57%

R = 26.09%
G = 29.35%
B = 44.57%

CMYK

 C value IS 0.41

 M value IS 0.34

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#606CA4 (or 0x606CA4) is known color: Chetwode Blue. HEX triplet: 60, 6C and A4. RGB value is (96,108,164). Sum of RGB (Red+Green+Blue) = 96+108+164=368 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.09% from 368); Green value is 108 (42.58% from 255 or 29.35% from 368); Blue value is 164 (64.45% from 255 or 44.57% from 368); Max value from RGB is 164 - color contains mainly: blue. Hex color #606CA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606CA4 is #9F935B. Grayscale: #6E6E6E. Windows color (decimal): -10457948 or 10775648. OLE color: 10775648.

HSL color Cylindrical-coordinate representation of color #606CA4: hue angle of 229.41º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #606CA4 is Cyan = 0.41, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 96 108 164 -
CMYK 0.41 0.34 0 0.36
HSL 229.41º 0.27% 0.51% -
HSV(B) 229.41º 0.41% 0.64% -
XYZ 16.89 15.89 37.3 -
YUV 110.8 158.02 117.45 -
System Red Green Blue C M Y K H S L
Decimal 96 108 164 0.41 0.34 0 0.36 229.41 0.27 0.51
Hex 60 6C A4 29 22 0 24 E5 1B 33
Octal 140 154 244 51 42 0 44 345 33 63
Binary 1100000 1101100 10100100 101001 100010 0 100100 11100101 11011 110011

Color Harmonies of #606CA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606CA4

Black with #606CA4

Text Example


Text Example

White with #606CA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,108,164); }

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

background-color css

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

 a { background-color: rgb(96,108,164); }

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

border-color css

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

 span { border-color: rgb(96,108,164); }

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