Html Css Color HEX #606FBF Chetwode Blue

📋 copy color: '#606FBF'

red 96 ◦ green 111 ◦ blue 191

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

Shades of Chetwode Blue #606FBF

Tints of Chetwode Blue #606FBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 47.99%

R = 24.12%
G = 27.89%
B = 47.99%

CMYK

 C value IS 0.50

 M value IS 0.42

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#606FBF (or 0x606FBF) is known color: Chetwode Blue. HEX triplet: 60, 6F and BF. RGB value is (96,111,191). Sum of RGB (Red+Green+Blue) = 96+111+191=398 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.12% from 398); Green value is 111 (43.75% from 255 or 27.89% from 398); Blue value is 191 (75% from 255 or 47.99% from 398); Max value from RGB is 191 - color contains mainly: blue. Hex color #606FBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #606FBF is #9F9040. Grayscale: #737373. Windows color (decimal): -10457153 or 12545888. OLE color: 12545888.

HSL color Cylindrical-coordinate representation of color #606FBF: hue angle of 230.53º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #606FBF is Cyan = 0.50, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 96 111 191 -
CMYK 0.50 0.42 0 0.25
HSL 230.53º 0.43% 0.56% -
HSV(B) 230.53º 0.5% 0.75% -
XYZ 19.91 17.62 51.64 -
YUV 115.64 170.53 114 -
System Red Green Blue C M Y K H S L
Decimal 96 111 191 0.50 0.42 0 0.25 230.53 0.43 0.56
Hex 60 6F BF 32 2A 0 19 E7 2B 38
Octal 140 157 277 62 52 0 31 347 53 70
Binary 1100000 1101111 10111111 110010 101010 0 11001 11100111 101011 111000

Color Harmonies of #606FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606FBF

Black with #606FBF

Text Example


Text Example

White with #606FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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