Html Css Color HEX #606FBC Chetwode Blue

📋 copy color: '#606FBC'

red 96 ◦ green 111 ◦ blue 188

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

Shades of Chetwode Blue #606FBC

Tints of Chetwode Blue #606FBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 47.59%

R = 24.3%
G = 28.1%
B = 47.59%

CMYK

 C value IS 0.49

 M value IS 0.41

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#606FBC (or 0x606FBC) is known color: Chetwode Blue. HEX triplet: 60, 6F and BC. RGB value is (96,111,188). Sum of RGB (Red+Green+Blue) = 96+111+188=395 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.30% from 395); Green value is 111 (43.75% from 255 or 28.10% from 395); Blue value is 188 (73.83% from 255 or 47.59% from 395); Max value from RGB is 188 - color contains mainly: blue. Hex color #606FBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #606FBC is #9F9043. Grayscale: #727272. Windows color (decimal): -10457156 or 12349280. OLE color: 12349280.

HSL color Cylindrical-coordinate representation of color #606FBC: hue angle of 230.22º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #606FBC is Cyan = 0.49, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 96 111 188 -
CMYK 0.49 0.41 0 0.26
HSL 230.22º 0.41% 0.56% -
HSV(B) 230.22º 0.49% 0.74% -
XYZ 19.59 17.49 49.92 -
YUV 115.29 169.03 114.24 -
System Red Green Blue C M Y K H S L
Decimal 96 111 188 0.49 0.41 0 0.26 230.22 0.41 0.56
Hex 60 6F BC 31 29 0 1A E6 29 38
Octal 140 157 274 61 51 0 32 346 51 70
Binary 1100000 1101111 10111100 110001 101001 0 11010 11100110 101001 111000

Color Harmonies of #606FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606FBC

Black with #606FBC

Text Example


Text Example

White with #606FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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