Html Css Color HEX #6078AB Chetwode Blue

📋 copy color: '#6078AB'

red 96 ◦ green 120 ◦ blue 171

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

Shades of Chetwode Blue #6078AB

Tints of Chetwode Blue #6078AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 44.19%

R = 24.81%
G = 31.01%
B = 44.19%

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

#6078AB (or 0x6078AB) is known color: Chetwode Blue. HEX triplet: 60, 78 and AB. RGB value is (96,120,171). Sum of RGB (Red+Green+Blue) = 96+120+171=387 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.81% from 387); Green value is 120 (47.27% from 255 or 31.01% from 387); Blue value is 171 (67.19% from 255 or 44.19% from 387); Max value from RGB is 171 - color contains mainly: blue. Hex color #6078AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6078AB is #9F8754. Grayscale: #767676. Windows color (decimal): -10454869 or 11237472. OLE color: 11237472.

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

Color convert

RGB 96 120 171 -
CMYK 0.44 0.30 0 0.33
HSL 220.8º 0.31% 0.52% -
HSV(B) 220.8º 0.44% 0.67% -
XYZ 18.89 18.86 41.17 -
YUV 118.64 157.55 111.85 -
System Red Green Blue C M Y K H S L
Decimal 96 120 171 0.44 0.30 0 0.33 220.8 0.31 0.52
Hex 60 78 AB 2C 1E 0 21 DD 1F 34
Octal 140 170 253 54 36 0 41 335 37 64
Binary 1100000 1111000 10101011 101100 11110 0 100001 11011101 11111 110100

Color Harmonies of #6078AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6078AB

Black with #6078AB

Text Example


Text Example

White with #6078AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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