Html Css Color HEX #6285CD Havelock Blue

📋 copy color: '#6285CD'

red 98 ◦ green 133 ◦ blue 205

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

Shades of Havelock Blue #6285CD

Tints of Havelock Blue #6285CD

RGB

 RED value IS 98 (38.67% from 255) = 22.48%

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

 BLUE value IS 205 (80.47% from 255) = 47.02%

R = 22.48%
G = 30.5%
B = 47.02%

CMYK

 C value IS 0.52

 M value IS 0.35

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6285CD (or 0x6285CD) is known color: Havelock Blue. HEX triplet: 62, 85 and CD. RGB value is (98,133,205). Sum of RGB (Red+Green+Blue) = 98+133+205=436 (57% of max value = 765). Red value is 98 (38.67% from 255 or 22.48% from 436); Green value is 133 (52.34% from 255 or 30.50% from 436); Blue value is 205 (80.47% from 255 or 47.02% from 436); Max value from RGB is 205 - color contains mainly: blue. Hex color #6285CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6285CD is #9D7A32. Grayscale: #828282. Windows color (decimal): -10320435 or 13469026. OLE color: 13469026.

HSL color Cylindrical-coordinate representation of color #6285CD: hue angle of 220.37º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6285CD is Cyan = 0.52, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 98 133 205 -
CMYK 0.52 0.35 0 0.20
HSL 220.37º 0.52% 0.59% -
HSV(B) 220.37º 0.52% 0.8% -
XYZ 24.44 23.78 61.06 -
YUV 130.74 169.9 104.65 -
System Red Green Blue C M Y K H S L
Decimal 98 133 205 0.52 0.35 0 0.20 220.37 0.52 0.59
Hex 62 85 CD 34 23 0 14 DC 34 3B
Octal 142 205 315 64 43 0 24 334 64 73
Binary 1100010 10000101 11001101 110100 100011 0 10100 11011100 110100 111011

Color Harmonies of #6285CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6285CD

Black with #6285CD

Text Example


Text Example

White with #6285CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6285CD; }

 p { color: rgb(98,133,205); }

 H1.HeaderClassName
 {
   color: #6285CD;
 }
 .AnyTagClassName
 {
   color: #6285CD;
 }
</style>

background-color css

<style>
 a { background-color: #6285CD; }

 a { background-color: rgb(98,133,205); }

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

border-color css

<style>
 span { border-color: #6285CD; }

 span { border-color: rgb(98,133,205); }

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