Html Css Color HEX #6076CC Chetwode Blue

📋 copy color: '#6076CC'

red 96 ◦ green 118 ◦ blue 204

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

Shades of Chetwode Blue #6076CC

Tints of Chetwode Blue #6076CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 48.8%

R = 22.97%
G = 28.23%
B = 48.8%

CMYK

 C value IS 0.53

 M value IS 0.42

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6076CC (or 0x6076CC) is known color: Chetwode Blue. HEX triplet: 60, 76 and CC. RGB value is (96,118,204). Sum of RGB (Red+Green+Blue) = 96+118+204=418 (55% of max value = 765). Red value is 96 (37.89% from 255 or 22.97% from 418); Green value is 118 (46.48% from 255 or 28.23% from 418); Blue value is 204 (80.08% from 255 or 48.80% from 418); Max value from RGB is 204 - color contains mainly: blue. Hex color #6076CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6076CC is #9F8933. Grayscale: #787878. Windows color (decimal): -10455348 or 13399648. OLE color: 13399648.

HSL color Cylindrical-coordinate representation of color #6076CC: hue angle of 227.78º 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 #6076CC is Cyan = 0.53, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 96 118 204 -
CMYK 0.53 0.42 0 0.2
HSL 227.78º 0.51% 0.59% -
HSV(B) 227.78º 0.53% 0.8% -
XYZ 22.2 19.8 59.78 -
YUV 121.23 174.71 110.01 -
System Red Green Blue C M Y K H S L
Decimal 96 118 204 0.53 0.42 0 0.2 227.78 0.51 0.59
Hex 60 76 CC 35 2A 0 14 E4 33 3B
Octal 140 166 314 65 52 0 24 344 63 73
Binary 1100000 1110110 11001100 110101 101010 0 10100 11100100 110011 111011

Color Harmonies of #6076CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6076CC

Black with #6076CC

Text Example


Text Example

White with #6076CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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