Html Css Color HEX #6583CF Havelock Blue

📋 copy color: '#6583CF'

red 101 ◦ green 131 ◦ blue 207

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

Shades of Havelock Blue #6583CF

Tints of Havelock Blue #6583CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 47.15%

R = 23.01%
G = 29.84%
B = 47.15%

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

#6583CF (or 0x6583CF) is known color: Havelock Blue. HEX triplet: 65, 83 and CF. RGB value is (101,131,207). Sum of RGB (Red+Green+Blue) = 101+131+207=439 (58% of max value = 765). Red value is 101 (39.84% from 255 or 23.01% from 439); Green value is 131 (51.56% from 255 or 29.84% from 439); Blue value is 207 (81.25% from 255 or 47.15% from 439); Max value from RGB is 207 - color contains mainly: blue. Hex color #6583CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6583CF is #9A7C30. Grayscale: #828282. Windows color (decimal): -10124337 or 13599589. OLE color: 13599589.

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

Color convert

RGB 101 131 207 -
CMYK 0.51 0.37 0 0.19
HSL 223.02º 0.52% 0.6% -
HSV(B) 223.02º 0.51% 0.81% -
XYZ 24.75 23.5 62.26 -
YUV 130.69 171.06 106.82 -
System Red Green Blue C M Y K H S L
Decimal 101 131 207 0.51 0.37 0 0.19 223.02 0.52 0.6
Hex 65 83 CF 33 25 0 13 DF 34 3C
Octal 145 203 317 63 45 0 23 337 64 74
Binary 1100101 10000011 11001111 110011 100101 0 10011 11011111 110100 111100

Color Harmonies of #6583CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6583CF

Black with #6583CF

Text Example


Text Example

White with #6583CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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