Html Css Color HEX #6078AF Chetwode Blue

📋 copy color: '#6078AF'

red 96 ◦ green 120 ◦ blue 175

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

Shades of Chetwode Blue #6078AF

Tints of Chetwode Blue #6078AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 44.76%

R = 24.55%
G = 30.69%
B = 44.76%

CMYK

 C value IS 0.45

 M value IS 0.31

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6078AF (or 0x6078AF) is known color: Chetwode Blue. HEX triplet: 60, 78 and AF. RGB value is (96,120,175). Sum of RGB (Red+Green+Blue) = 96+120+175=391 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.55% from 391); Green value is 120 (47.27% from 255 or 30.69% from 391); Blue value is 175 (68.75% from 255 or 44.76% from 391); Max value from RGB is 175 - color contains mainly: blue. Hex color #6078AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6078AF is #9F8750. Grayscale: #767676. Windows color (decimal): -10454865 or 11499616. OLE color: 11499616.

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

Color convert

RGB 96 120 175 -
CMYK 0.45 0.31 0 0.31
HSL 221.77º 0.33% 0.53% -
HSV(B) 221.77º 0.45% 0.69% -
XYZ 19.28 19.01 43.21 -
YUV 119.09 159.55 111.53 -
System Red Green Blue C M Y K H S L
Decimal 96 120 175 0.45 0.31 0 0.31 221.77 0.33 0.53
Hex 60 78 AF 2D 1F 0 1F DE 21 35
Octal 140 170 257 55 37 0 37 336 41 65
Binary 1100000 1111000 10101111 101101 11111 0 11111 11011110 100001 110101

Color Harmonies of #6078AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6078AF

Black with #6078AF

Text Example


Text Example

White with #6078AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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