Html Css Color HEX #6282CA Havelock Blue

📋 copy color: '#6282CA'

red 98 ◦ green 130 ◦ blue 202

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

Shades of Havelock Blue #6282CA

Tints of Havelock Blue #6282CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 46.98%

R = 22.79%
G = 30.23%
B = 46.98%

CMYK

 C value IS 0.51

 M value IS 0.36

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6282CA (or 0x6282CA) is known color: Havelock Blue. HEX triplet: 62, 82 and CA. RGB value is (98,130,202). Sum of RGB (Red+Green+Blue) = 98+130+202=430 (56% of max value = 765). Red value is 98 (38.67% from 255 or 22.79% from 430); Green value is 130 (51.17% from 255 or 30.23% from 430); Blue value is 202 (79.30% from 255 or 46.98% from 430); Max value from RGB is 202 - color contains mainly: blue. Hex color #6282CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6282CA is #9D7D35. Grayscale: #808080. Windows color (decimal): -10321206 or 13271650. OLE color: 13271650.

HSL color Cylindrical-coordinate representation of color #6282CA: hue angle of 221.54º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6282CA is Cyan = 0.51, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 98 130 202 -
CMYK 0.51 0.36 0 0.21
HSL 221.54º 0.5% 0.59% -
HSV(B) 221.54º 0.51% 0.79% -
XYZ 23.68 22.83 59.03 -
YUV 128.64 169.4 106.15 -
System Red Green Blue C M Y K H S L
Decimal 98 130 202 0.51 0.36 0 0.21 221.54 0.5 0.59
Hex 62 82 CA 33 24 0 15 DE 32 3B
Octal 142 202 312 63 44 0 25 336 62 73
Binary 1100010 10000010 11001010 110011 100100 0 10101 11011110 110010 111011

Color Harmonies of #6282CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6282CA

Black with #6282CA

Text Example


Text Example

White with #6282CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6282CA; }

 p { color: rgb(98,130,202); }

 H1.HeaderClassName
 {
   color: #6282CA;
 }
 .AnyTagClassName
 {
   color: #6282CA;
 }
</style>

background-color css

<style>
 a { background-color: #6282CA; }

 a { background-color: rgb(98,130,202); }

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

border-color css

<style>
 span { border-color: #6282CA; }

 span { border-color: rgb(98,130,202); }

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