Html Css Color HEX #6582CE Havelock Blue

📋 copy color: '#6582CE'

red 101 ◦ green 130 ◦ blue 206

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

Shades of Havelock Blue #6582CE

Tints of Havelock Blue #6582CE

RGB

 RED value IS 101 (39.84% from 255) = 23.11%

 GREEN value IS 130 (51.17% from 255) = 29.75%

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

R = 23.11%
G = 29.75%
B = 47.14%

CMYK

 C value IS 0.51

 M value IS 0.37

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6582CE (or 0x6582CE) is known color: Havelock Blue. HEX triplet: 65, 82 and CE. RGB value is (101,130,206). Sum of RGB (Red+Green+Blue) = 101+130+206=437 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.11% from 437); Green value is 130 (51.17% from 255 or 29.75% from 437); Blue value is 206 (80.86% from 255 or 47.14% from 437); Max value from RGB is 206 - color contains mainly: blue. Hex color #6582CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6582CE is #9A7D31. Grayscale: #818181. Windows color (decimal): -10124594 or 13533797. OLE color: 13533797.

HSL color Cylindrical-coordinate representation of color #6582CE: hue angle of 223.43º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6582CE is Cyan = 0.51, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 101 130 206 -
CMYK 0.51 0.37 0 0.19
HSL 223.43º 0.52% 0.6% -
HSV(B) 223.43º 0.51% 0.81% -
XYZ 24.49 23.19 61.58 -
YUV 129.99 170.89 107.32 -
System Red Green Blue C M Y K H S L
Decimal 101 130 206 0.51 0.37 0 0.19 223.43 0.52 0.6
Hex 65 82 CE 33 25 0 13 DF 34 3C
Octal 145 202 316 63 45 0 23 337 64 74
Binary 1100101 10000010 11001110 110011 100101 0 10011 11011111 110100 111100

Color Harmonies of #6582CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6582CE

Black with #6582CE

Text Example


Text Example

White with #6582CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,130,206); }

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

background-color css

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

 a { background-color: rgb(101,130,206); }

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

border-color css

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

 span { border-color: rgb(101,130,206); }

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