Html Css Color HEX #606BA4 Chetwode Blue

📋 copy color: '#606BA4'

red 96 ◦ green 107 ◦ blue 164

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

Shades of Chetwode Blue #606BA4

Tints of Chetwode Blue #606BA4

RGB

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

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

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

R = 26.16%
G = 29.16%
B = 44.69%

CMYK

 C value IS 0.41

 M value IS 0.35

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#606BA4 (or 0x606BA4) is known color: Chetwode Blue. HEX triplet: 60, 6B and A4. RGB value is (96,107,164). Sum of RGB (Red+Green+Blue) = 96+107+164=367 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.16% from 367); Green value is 107 (42.19% from 255 or 29.16% from 367); Blue value is 164 (64.45% from 255 or 44.69% from 367); Max value from RGB is 164 - color contains mainly: blue. Hex color #606BA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606BA4 is #9F945B. Grayscale: #6D6D6D. Windows color (decimal): -10458204 or 10775392. OLE color: 10775392.

HSL color Cylindrical-coordinate representation of color #606BA4: hue angle of 230.29º 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 #606BA4 is Cyan = 0.41, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 96 107 164 -
CMYK 0.41 0.35 0 0.36
HSL 230.29º 0.27% 0.51% -
HSV(B) 230.29º 0.41% 0.64% -
XYZ 16.78 15.68 37.26 -
YUV 110.21 158.36 117.87 -
System Red Green Blue C M Y K H S L
Decimal 96 107 164 0.41 0.35 0 0.36 230.29 0.27 0.51
Hex 60 6B A4 29 23 0 24 E6 1B 33
Octal 140 153 244 51 43 0 44 346 33 63
Binary 1100000 1101011 10100100 101001 100011 0 100100 11100110 11011 110011

Color Harmonies of #606BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606BA4

Black with #606BA4

Text Example


Text Example

White with #606BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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