Html Css Color HEX #606CB2 Chetwode Blue

📋 copy color: '#606CB2'

red 96 ◦ green 108 ◦ blue 178

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

Shades of Chetwode Blue #606CB2

Tints of Chetwode Blue #606CB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 46.6%

R = 25.13%
G = 28.27%
B = 46.6%

CMYK

 C value IS 0.46

 M value IS 0.39

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#606CB2 (or 0x606CB2) is known color: Chetwode Blue. HEX triplet: 60, 6C and B2. RGB value is (96,108,178). Sum of RGB (Red+Green+Blue) = 96+108+178=382 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.13% from 382); Green value is 108 (42.58% from 255 or 28.27% from 382); Blue value is 178 (69.92% from 255 or 46.60% from 382); Max value from RGB is 178 - color contains mainly: blue. Hex color #606CB2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606CB2 is #9F934D. Grayscale: #707070. Windows color (decimal): -10457934 or 11693152. OLE color: 11693152.

HSL color Cylindrical-coordinate representation of color #606CB2: hue angle of 231.22º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #606CB2 is Cyan = 0.46, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 96 108 178 -
CMYK 0.46 0.39 0 0.30
HSL 231.22º 0.35% 0.54% -
HSV(B) 231.22º 0.46% 0.7% -
XYZ 18.22 16.43 44.33 -
YUV 112.39 165.02 116.31 -
System Red Green Blue C M Y K H S L
Decimal 96 108 178 0.46 0.39 0 0.30 231.22 0.35 0.54
Hex 60 6C B2 2E 27 0 1E E7 23 36
Octal 140 154 262 56 47 0 36 347 43 66
Binary 1100000 1101100 10110010 101110 100111 0 11110 11100111 100011 110110

Color Harmonies of #606CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606CB2

Black with #606CB2

Text Example


Text Example

White with #606CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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