Html Css Color HEX #606FB3 Chetwode Blue

📋 copy color: '#606FB3'

red 96 ◦ green 111 ◦ blue 179

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

Shades of Chetwode Blue #606FB3

Tints of Chetwode Blue #606FB3

RGB

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

 GREEN value IS 111 (43.75% from 255) = 28.76%

 BLUE value IS 179 (70.31% from 255) = 46.37%

R = 24.87%
G = 28.76%
B = 46.37%

CMYK

 C value IS 0.46

 M value IS 0.38

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#606FB3 (or 0x606FB3) is known color: Chetwode Blue. HEX triplet: 60, 6F and B3. RGB value is (96,111,179). Sum of RGB (Red+Green+Blue) = 96+111+179=386 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.87% from 386); Green value is 111 (43.75% from 255 or 28.76% from 386); Blue value is 179 (70.31% from 255 or 46.37% from 386); Max value from RGB is 179 - color contains mainly: blue. Hex color #606FB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #606FB3 is #9F904C. Grayscale: #717171. Windows color (decimal): -10457165 or 11759456. OLE color: 11759456.

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

Color convert

RGB 96 111 179 -
CMYK 0.46 0.38 0 0.30
HSL 229.16º 0.35% 0.54% -
HSV(B) 229.16º 0.46% 0.7% -
XYZ 18.64 17.11 44.97 -
YUV 114.27 164.53 114.97 -
System Red Green Blue C M Y K H S L
Decimal 96 111 179 0.46 0.38 0 0.30 229.16 0.35 0.54
Hex 60 6F B3 2E 26 0 1E E5 23 36
Octal 140 157 263 56 46 0 36 345 43 66
Binary 1100000 1101111 10110011 101110 100110 0 11110 11100101 100011 110110

Color Harmonies of #606FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606FB3

Black with #606FB3

Text Example


Text Example

White with #606FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,111,179); }

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

background-color css

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

 a { background-color: rgb(96,111,179); }

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

border-color css

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

 span { border-color: rgb(96,111,179); }

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