Html Css Color HEX #6083CE Havelock Blue

📋 copy color: '#6083CE'

red 96 ◦ green 131 ◦ blue 206

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

Shades of Havelock Blue #6083CE

Tints of Havelock Blue #6083CE

RGB

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

 GREEN value IS 131 (51.56% from 255) = 30.25%

 BLUE value IS 206 (80.86% from 255) = 47.58%

R = 22.17%
G = 30.25%
B = 47.58%

CMYK

 C value IS 0.53

 M value IS 0.36

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6083CE (or 0x6083CE) is known color: Havelock Blue. HEX triplet: 60, 83 and CE. RGB value is (96,131,206). Sum of RGB (Red+Green+Blue) = 96+131+206=433 (57% of max value = 765). Red value is 96 (37.89% from 255 or 22.17% from 433); Green value is 131 (51.56% from 255 or 30.25% from 433); Blue value is 206 (80.86% from 255 or 47.58% from 433); Max value from RGB is 206 - color contains mainly: blue. Hex color #6083CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6083CE is #9F7C31. Grayscale: #808080. Windows color (decimal): -10452018 or 13534048. OLE color: 13534048.

HSL color Cylindrical-coordinate representation of color #6083CE: hue angle of 220.91º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6083CE is Cyan = 0.53, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 96 131 206 -
CMYK 0.53 0.36 0 0.19
HSL 220.91º 0.53% 0.59% -
HSV(B) 220.91º 0.53% 0.81% -
XYZ 24.08 23.18 61.6 -
YUV 129.09 171.4 104.4 -
System Red Green Blue C M Y K H S L
Decimal 96 131 206 0.53 0.36 0 0.19 220.91 0.53 0.59
Hex 60 83 CE 35 24 0 13 DD 35 3B
Octal 140 203 316 65 44 0 23 335 65 73
Binary 1100000 10000011 11001110 110101 100100 0 10011 11011101 110101 111011

Color Harmonies of #6083CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6083CE

Black with #6083CE

Text Example


Text Example

White with #6083CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6083CE; }

 p { color: rgb(96,131,206); }

 H1.HeaderClassName
 {
   color: #6083CE;
 }
 .AnyTagClassName
 {
   color: #6083CE;
 }
</style>

background-color css

<style>
 a { background-color: #6083CE; }

 a { background-color: rgb(96,131,206); }

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

border-color css

<style>
 span { border-color: #6083CE; }

 span { border-color: rgb(96,131,206); }

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