Html Css Color HEX #6585CE Havelock Blue

📋 copy color: '#6585CE'

red 101 ◦ green 133 ◦ blue 206

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

Shades of Havelock Blue #6585CE

Tints of Havelock Blue #6585CE

RGB

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

 GREEN value IS 133 (52.34% from 255) = 30.23%

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

R = 22.95%
G = 30.23%
B = 46.82%

CMYK

 C value IS 0.51

 M value IS 0.35

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6585CE (or 0x6585CE) is known color: Havelock Blue. HEX triplet: 65, 85 and CE. RGB value is (101,133,206). Sum of RGB (Red+Green+Blue) = 101+133+206=440 (58% of max value = 765). Red value is 101 (39.84% from 255 or 22.95% from 440); Green value is 133 (52.34% from 255 or 30.23% from 440); Blue value is 206 (80.86% from 255 or 46.82% from 440); Max value from RGB is 206 - color contains mainly: blue. Hex color #6585CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6585CE is #9A7A31. Grayscale: #838383. Windows color (decimal): -10123826 or 13534565. OLE color: 13534565.

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

Color convert

RGB 101 133 206 -
CMYK 0.51 0.35 0 0.19
HSL 221.71º 0.52% 0.6% -
HSV(B) 221.71º 0.51% 0.81% -
XYZ 24.89 24 61.71 -
YUV 131.75 169.9 106.06 -
System Red Green Blue C M Y K H S L
Decimal 101 133 206 0.51 0.35 0 0.19 221.71 0.52 0.6
Hex 65 85 CE 33 23 0 13 DE 34 3C
Octal 145 205 316 63 43 0 23 336 64 74
Binary 1100101 10000101 11001110 110011 100011 0 10011 11011110 110100 111100

Color Harmonies of #6585CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6585CE

Black with #6585CE

Text Example


Text Example

White with #6585CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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