Html Css Color HEX #6076BA Chetwode Blue

📋 copy color: '#6076BA'

red 96 ◦ green 118 ◦ blue 186

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

Shades of Chetwode Blue #6076BA

Tints of Chetwode Blue #6076BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 46.5%

R = 24%
G = 29.5%
B = 46.5%

CMYK

 C value IS 0.48

 M value IS 0.37

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6076BA (or 0x6076BA) is known color: Chetwode Blue. HEX triplet: 60, 76 and BA. RGB value is (96,118,186). Sum of RGB (Red+Green+Blue) = 96+118+186=400 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24% from 400); Green value is 118 (46.48% from 255 or 29.5% from 400); Blue value is 186 (73.05% from 255 or 46.5% from 400); Max value from RGB is 186 - color contains mainly: blue. Hex color #6076BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6076BA is #9F8945. Grayscale: #767676. Windows color (decimal): -10455366 or 12220000. OLE color: 12220000.

HSL color Cylindrical-coordinate representation of color #6076BA: hue angle of 225.33º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6076BA is Cyan = 0.48, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 96 118 186 -
CMYK 0.48 0.37 0 0.27
HSL 225.33º 0.39% 0.55% -
HSV(B) 225.33º 0.48% 0.73% -
XYZ 20.17 18.99 49.06 -
YUV 119.17 165.71 111.47 -
System Red Green Blue C M Y K H S L
Decimal 96 118 186 0.48 0.37 0 0.27 225.33 0.39 0.55
Hex 60 76 BA 30 25 0 1B E1 27 37
Octal 140 166 272 60 45 0 33 341 47 67
Binary 1100000 1110110 10111010 110000 100101 0 11011 11100001 100111 110111

Color Harmonies of #6076BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6076BA

Black with #6076BA

Text Example


Text Example

White with #6076BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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