Html Css Color HEX #6076CB Chetwode Blue

📋 copy color: '#6076CB'

red 96 ◦ green 118 ◦ blue 203

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

Shades of Chetwode Blue #6076CB

Tints of Chetwode Blue #6076CB

RGB

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

 GREEN value IS 118 (46.48% from 255) = 28.3%

 BLUE value IS 203 (79.69% from 255) = 48.68%

R = 23.02%
G = 28.3%
B = 48.68%

CMYK

 C value IS 0.53

 M value IS 0.42

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6076CB (or 0x6076CB) is known color: Chetwode Blue. HEX triplet: 60, 76 and CB. RGB value is (96,118,203). Sum of RGB (Red+Green+Blue) = 96+118+203=417 (55% of max value = 765). Red value is 96 (37.89% from 255 or 23.02% from 417); Green value is 118 (46.48% from 255 or 28.30% from 417); Blue value is 203 (79.69% from 255 or 48.68% from 417); Max value from RGB is 203 - color contains mainly: blue. Hex color #6076CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6076CB is #9F8934. Grayscale: #787878. Windows color (decimal): -10455349 or 13334112. OLE color: 13334112.

HSL color Cylindrical-coordinate representation of color #6076CB: hue angle of 227.66º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6076CB is Cyan = 0.53, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 96 118 203 -
CMYK 0.53 0.42 0 0.20
HSL 227.66º 0.51% 0.59% -
HSV(B) 227.66º 0.53% 0.8% -
XYZ 22.08 19.76 59.15 -
YUV 121.11 174.21 110.09 -
System Red Green Blue C M Y K H S L
Decimal 96 118 203 0.53 0.42 0 0.20 227.66 0.51 0.59
Hex 60 76 CB 35 2A 0 14 E4 33 3B
Octal 140 166 313 65 52 0 24 344 63 73
Binary 1100000 1110110 11001011 110101 101010 0 10100 11100100 110011 111011

Color Harmonies of #6076CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6076CB

Black with #6076CB

Text Example


Text Example

White with #6076CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6076CB; }

 p { color: rgb(96,118,203); }

 H1.HeaderClassName
 {
   color: #6076CB;
 }
 .AnyTagClassName
 {
   color: #6076CB;
 }
</style>

background-color css

<style>
 a { background-color: #6076CB; }

 a { background-color: rgb(96,118,203); }

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

border-color css

<style>
 span { border-color: #6076CB; }

 span { border-color: rgb(96,118,203); }

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