Html Css Color HEX #6072B1 Chetwode Blue

📋 copy color: '#6072B1'

red 96 ◦ green 114 ◦ blue 177

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

Shades of Chetwode Blue #6072B1

Tints of Chetwode Blue #6072B1

RGB

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

 GREEN value IS 114 (44.92% from 255) = 29.46%

 BLUE value IS 177 (69.53% from 255) = 45.74%

R = 24.81%
G = 29.46%
B = 45.74%

CMYK

 C value IS 0.46

 M value IS 0.36

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6072B1 (or 0x6072B1) is known color: Chetwode Blue. HEX triplet: 60, 72 and B1. RGB value is (96,114,177). Sum of RGB (Red+Green+Blue) = 96+114+177=387 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.81% from 387); Green value is 114 (44.92% from 255 or 29.46% from 387); Blue value is 177 (69.53% from 255 or 45.74% from 387); Max value from RGB is 177 - color contains mainly: blue. Hex color #6072B1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6072B1 is #9F8D4E. Grayscale: #737373. Windows color (decimal): -10456399 or 11629152. OLE color: 11629152.

HSL color Cylindrical-coordinate representation of color #6072B1: hue angle of 226.67º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6072B1 is Cyan = 0.46, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 96 114 177 -
CMYK 0.46 0.36 0 0.31
HSL 226.67º 0.34% 0.54% -
HSV(B) 226.67º 0.46% 0.69% -
XYZ 18.78 17.7 44.02 -
YUV 115.8 162.54 113.88 -
System Red Green Blue C M Y K H S L
Decimal 96 114 177 0.46 0.36 0 0.31 226.67 0.34 0.54
Hex 60 72 B1 2E 24 0 1F E3 22 36
Octal 140 162 261 56 44 0 37 343 42 66
Binary 1100000 1110010 10110001 101110 100100 0 11111 11100011 100010 110110

Color Harmonies of #6072B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6072B1

Black with #6072B1

Text Example


Text Example

White with #6072B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6072B1; }

 p { color: rgb(96,114,177); }

 H1.HeaderClassName
 {
   color: #6072B1;
 }
 .AnyTagClassName
 {
   color: #6072B1;
 }
</style>

background-color css

<style>
 a { background-color: #6072B1; }

 a { background-color: rgb(96,114,177); }

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

border-color css

<style>
 span { border-color: #6072B1; }

 span { border-color: rgb(96,114,177); }

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