Html Css Color HEX #6075D6 Havelock Blue

📋 copy color: '#6075D6'

red 96 ◦ green 117 ◦ blue 214

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

Shades of Havelock Blue #6075D6

Tints of Havelock Blue #6075D6

RGB

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

 GREEN value IS 117 (46.09% from 255) = 27.4%

 BLUE value IS 214 (83.98% from 255) = 50.12%

R = 22.48%
G = 27.4%
B = 50.12%

CMYK

 C value IS 0.55

 M value IS 0.45

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#6075D6 (or 0x6075D6) is known color: Havelock Blue. HEX triplet: 60, 75 and D6. RGB value is (96,117,214). Sum of RGB (Red+Green+Blue) = 96+117+214=427 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.48% from 427); Green value is 117 (46.09% from 255 or 27.40% from 427); Blue value is 214 (83.98% from 255 or 50.12% from 427); Max value from RGB is 214 - color contains mainly: blue. Hex color #6075D6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6075D6 is #9F8A29. Grayscale: #797979. Windows color (decimal): -10455594 or 14054752. OLE color: 14054752.

HSL color Cylindrical-coordinate representation of color #6075D6: hue angle of 229.32º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6075D6 is Cyan = 0.55, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 96 117 214 -
CMYK 0.55 0.45 0 0.16
HSL 229.32º 0.59% 0.61% -
HSV(B) 229.32º 0.55% 0.84% -
XYZ 23.32 20.06 66.26 -
YUV 121.78 180.04 109.61 -
System Red Green Blue C M Y K H S L
Decimal 96 117 214 0.55 0.45 0 0.16 229.32 0.59 0.61
Hex 60 75 D6 37 2D 0 10 E5 3B 3D
Octal 140 165 326 67 55 0 20 345 73 75
Binary 1100000 1110101 11010110 110111 101101 0 10000 11100101 111011 111101

Color Harmonies of #6075D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6075D6

Black with #6075D6

Text Example


Text Example

White with #6075D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6075D6; }

 p { color: rgb(96,117,214); }

 H1.HeaderClassName
 {
   color: #6075D6;
 }
 .AnyTagClassName
 {
   color: #6075D6;
 }
</style>

background-color css

<style>
 a { background-color: #6075D6; }

 a { background-color: rgb(96,117,214); }

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

border-color css

<style>
 span { border-color: #6075D6; }

 span { border-color: rgb(96,117,214); }

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