Html Css Color HEX #6081D7 Havelock Blue

📋 copy color: '#6081D7'

red 96 ◦ green 129 ◦ blue 215

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

Shades of Havelock Blue #6081D7

Tints of Havelock Blue #6081D7

RGB

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

 GREEN value IS 129 (50.78% from 255) = 29.32%

 BLUE value IS 215 (84.38% from 255) = 48.86%

R = 21.82%
G = 29.32%
B = 48.86%

CMYK

 C value IS 0.55

 M value IS 0.4

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#6081D7 (or 0x6081D7) is known color: Havelock Blue. HEX triplet: 60, 81 and D7. RGB value is (96,129,215). Sum of RGB (Red+Green+Blue) = 96+129+215=440 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.82% from 440); Green value is 129 (50.78% from 255 or 29.32% from 440); Blue value is 215 (84.38% from 255 or 48.86% from 440); Max value from RGB is 215 - color contains mainly: blue. Hex color #6081D7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6081D7 is #9F7E28. Grayscale: #808080. Windows color (decimal): -10452521 or 14123360. OLE color: 14123360.

HSL color Cylindrical-coordinate representation of color #6081D7: hue angle of 223.36º degrees, saturation: 0.6, 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 #6081D7 is Cyan = 0.55, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 96 129 215 -
CMYK 0.55 0.4 0 0.16
HSL 223.36º 0.6% 0.61% -
HSV(B) 223.36º 0.55% 0.84% -
XYZ 24.94 23.09 67.43 -
YUV 128.94 176.57 104.51 -
System Red Green Blue C M Y K H S L
Decimal 96 129 215 0.55 0.4 0 0.16 223.36 0.6 0.61
Hex 60 81 D7 37 28 0 10 DF 3C 3D
Octal 140 201 327 67 50 0 20 337 74 75
Binary 1100000 10000001 11010111 110111 101000 0 10000 11011111 111100 111101

Color Harmonies of #6081D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6081D7

Black with #6081D7

Text Example


Text Example

White with #6081D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6081D7; }

 p { color: rgb(96,129,215); }

 H1.HeaderClassName
 {
   color: #6081D7;
 }
 .AnyTagClassName
 {
   color: #6081D7;
 }
</style>

background-color css

<style>
 a { background-color: #6081D7; }

 a { background-color: rgb(96,129,215); }

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

border-color css

<style>
 span { border-color: #6081D7; }

 span { border-color: rgb(96,129,215); }

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