Html Css Color HEX #6089D7 Havelock Blue

📋 copy color: '#6089D7'

red 96 ◦ green 137 ◦ blue 215

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

Shades of Havelock Blue #6089D7

Tints of Havelock Blue #6089D7

RGB

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

 GREEN value IS 137 (53.91% from 255) = 30.58%

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

R = 21.43%
G = 30.58%
B = 47.99%

CMYK

 C value IS 0.55

 M value IS 0.36

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#6089D7 (or 0x6089D7) is known color: Havelock Blue. HEX triplet: 60, 89 and D7. RGB value is (96,137,215). Sum of RGB (Red+Green+Blue) = 96+137+215=448 (59% of max value = 765). Red value is 96 (37.89% from 255 or 21.43% from 448); Green value is 137 (53.91% from 255 or 30.58% from 448); Blue value is 215 (84.38% from 255 or 47.99% from 448); Max value from RGB is 215 - color contains mainly: blue. Hex color #6089D7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6089D7 is #9F7628. Grayscale: #858585. Windows color (decimal): -10450473 or 14125408. OLE color: 14125408.

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

Color convert

RGB 96 137 215 -
CMYK 0.55 0.36 0 0.16
HSL 219.33º 0.6% 0.61% -
HSV(B) 219.33º 0.55% 0.84% -
XYZ 26.04 25.28 67.8 -
YUV 133.63 173.92 101.16 -
System Red Green Blue C M Y K H S L
Decimal 96 137 215 0.55 0.36 0 0.16 219.33 0.6 0.61
Hex 60 89 D7 37 24 0 10 DB 3C 3D
Octal 140 211 327 67 44 0 20 333 74 75
Binary 1100000 10001001 11010111 110111 100100 0 10000 11011011 111100 111101

Color Harmonies of #6089D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6089D7

Black with #6089D7

Text Example


Text Example

White with #6089D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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