Html Css Color HEX #6078AC Chetwode Blue

📋 copy color: '#6078AC'

red 96 ◦ green 120 ◦ blue 172

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

Shades of Chetwode Blue #6078AC

Tints of Chetwode Blue #6078AC

RGB

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

 GREEN value IS 120 (47.27% from 255) = 30.93%

 BLUE value IS 172 (67.58% from 255) = 44.33%

R = 24.74%
G = 30.93%
B = 44.33%

CMYK

 C value IS 0.44

 M value IS 0.30

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6078AC (or 0x6078AC) is known color: Chetwode Blue. HEX triplet: 60, 78 and AC. RGB value is (96,120,172). Sum of RGB (Red+Green+Blue) = 96+120+172=388 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.74% from 388); Green value is 120 (47.27% from 255 or 30.93% from 388); Blue value is 172 (67.58% from 255 or 44.33% from 388); Max value from RGB is 172 - color contains mainly: blue. Hex color #6078AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6078AC is #9F8753. Grayscale: #767676. Windows color (decimal): -10454868 or 11303008. OLE color: 11303008.

HSL color Cylindrical-coordinate representation of color #6078AC: hue angle of 221.05º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6078AC is Cyan = 0.44, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 96 120 172 -
CMYK 0.44 0.30 0 0.33
HSL 221.05º 0.31% 0.53% -
HSV(B) 221.05º 0.44% 0.67% -
XYZ 18.99 18.9 41.68 -
YUV 118.75 158.05 111.77 -
System Red Green Blue C M Y K H S L
Decimal 96 120 172 0.44 0.30 0 0.33 221.05 0.31 0.53
Hex 60 78 AC 2C 1E 0 21 DD 1F 35
Octal 140 170 254 54 36 0 41 335 37 65
Binary 1100000 1111000 10101100 101100 11110 0 100001 11011101 11111 110101

Color Harmonies of #6078AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6078AC

Black with #6078AC

Text Example


Text Example

White with #6078AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6078AC; }

 p { color: rgb(96,120,172); }

 H1.HeaderClassName
 {
   color: #6078AC;
 }
 .AnyTagClassName
 {
   color: #6078AC;
 }
</style>

background-color css

<style>
 a { background-color: #6078AC; }

 a { background-color: rgb(96,120,172); }

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

border-color css

<style>
 span { border-color: #6078AC; }

 span { border-color: rgb(96,120,172); }

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