Html Css Color HEX #6582D3 Havelock Blue

📋 copy color: '#6582D3'

red 101 ◦ green 130 ◦ blue 211

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

Shades of Havelock Blue #6582D3

Tints of Havelock Blue #6582D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 47.74%

R = 22.85%
G = 29.41%
B = 47.74%

CMYK

 C value IS 0.52

 M value IS 0.38

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#6582D3 (or 0x6582D3) is known color: Havelock Blue. HEX triplet: 65, 82 and D3. RGB value is (101,130,211). Sum of RGB (Red+Green+Blue) = 101+130+211=442 (58% of max value = 765). Red value is 101 (39.84% from 255 or 22.85% from 442); Green value is 130 (51.17% from 255 or 29.41% from 442); Blue value is 211 (82.81% from 255 or 47.74% from 442); Max value from RGB is 211 - color contains mainly: blue. Hex color #6582D3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6582D3 is #9A7D2C. Grayscale: #828282. Windows color (decimal): -10124589 or 13861477. OLE color: 13861477.

HSL color Cylindrical-coordinate representation of color #6582D3: hue angle of 224.18º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6582D3 is Cyan = 0.52, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 101 130 211 -
CMYK 0.52 0.38 0 0.17
HSL 224.18º 0.56% 0.61% -
HSV(B) 224.18º 0.52% 0.83% -
XYZ 25.11 23.44 64.83 -
YUV 130.56 173.39 106.91 -
System Red Green Blue C M Y K H S L
Decimal 101 130 211 0.52 0.38 0 0.17 224.18 0.56 0.61
Hex 65 82 D3 34 26 0 11 E0 38 3D
Octal 145 202 323 64 46 0 21 340 70 75
Binary 1100101 10000010 11010011 110100 100110 0 10001 11100000 111000 111101

Color Harmonies of #6582D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6582D3

Black with #6582D3

Text Example


Text Example

White with #6582D3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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