Html Css Color HEX #6583CE Havelock Blue

📋 copy color: '#6583CE'

red 101 ◦ green 131 ◦ blue 206

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

Shades of Havelock Blue #6583CE

Tints of Havelock Blue #6583CE

RGB

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

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

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

R = 23.06%
G = 29.91%
B = 47.03%

CMYK

 C value IS 0.51

 M value IS 0.36

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6583CE (or 0x6583CE) is known color: Havelock Blue. HEX triplet: 65, 83 and CE. RGB value is (101,131,206). Sum of RGB (Red+Green+Blue) = 101+131+206=438 (58% of max value = 765). Red value is 101 (39.84% from 255 or 23.06% from 438); Green value is 131 (51.56% from 255 or 29.91% from 438); Blue value is 206 (80.86% from 255 or 47.03% from 438); Max value from RGB is 206 - color contains mainly: blue. Hex color #6583CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6583CE is #9A7C31. Grayscale: #828282. Windows color (decimal): -10124338 or 13534053. OLE color: 13534053.

HSL color Cylindrical-coordinate representation of color #6583CE: hue angle of 222.86º 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 #6583CE is Cyan = 0.51, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 101 131 206 -
CMYK 0.51 0.36 0 0.19
HSL 222.86º 0.52% 0.6% -
HSV(B) 222.86º 0.51% 0.81% -
XYZ 24.62 23.46 61.62 -
YUV 130.58 170.56 106.9 -
System Red Green Blue C M Y K H S L
Decimal 101 131 206 0.51 0.36 0 0.19 222.86 0.52 0.6
Hex 65 83 CE 33 24 0 13 DF 34 3C
Octal 145 203 316 63 44 0 23 337 64 74
Binary 1100101 10000011 11001110 110011 100100 0 10011 11011111 110100 111100

Color Harmonies of #6583CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6583CE

Black with #6583CE

Text Example


Text Example

White with #6583CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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