Html Css Color HEX #606BB2 Chetwode Blue

📋 copy color: '#606BB2'

red 96 ◦ green 107 ◦ blue 178

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

Shades of Chetwode Blue #606BB2

Tints of Chetwode Blue #606BB2

RGB

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

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

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

R = 25.2%
G = 28.08%
B = 46.72%

CMYK

 C value IS 0.46

 M value IS 0.40

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#606BB2 (or 0x606BB2) is known color: Chetwode Blue. HEX triplet: 60, 6B and B2. RGB value is (96,107,178). Sum of RGB (Red+Green+Blue) = 96+107+178=381 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.20% from 381); Green value is 107 (42.19% from 255 or 28.08% from 381); Blue value is 178 (69.92% from 255 or 46.72% from 381); Max value from RGB is 178 - color contains mainly: blue. Hex color #606BB2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606BB2 is #9F944D. Grayscale: #6F6F6F. Windows color (decimal): -10458190 or 11692896. OLE color: 11692896.

HSL color Cylindrical-coordinate representation of color #606BB2: hue angle of 231.95º 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 #606BB2 is Cyan = 0.46, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 96 107 178 -
CMYK 0.46 0.40 0 0.30
HSL 231.95º 0.35% 0.54% -
HSV(B) 231.95º 0.46% 0.7% -
XYZ 18.12 16.22 44.29 -
YUV 111.81 165.36 116.73 -
System Red Green Blue C M Y K H S L
Decimal 96 107 178 0.46 0.40 0 0.30 231.95 0.35 0.54
Hex 60 6B B2 2E 28 0 1E E8 23 36
Octal 140 153 262 56 50 0 36 350 43 66
Binary 1100000 1101011 10110010 101110 101000 0 11110 11101000 100011 110110

Color Harmonies of #606BB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606BB2

Black with #606BB2

Text Example


Text Example

White with #606BB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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