Html Css Color HEX #6282CB Havelock Blue

📋 copy color: '#6282CB'

red 98 ◦ green 130 ◦ blue 203

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

Shades of Havelock Blue #6282CB

Tints of Havelock Blue #6282CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 47.1%

R = 22.74%
G = 30.16%
B = 47.1%

CMYK

 C value IS 0.52

 M value IS 0.36

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6282CB (or 0x6282CB) is known color: Havelock Blue. HEX triplet: 62, 82 and CB. RGB value is (98,130,203). Sum of RGB (Red+Green+Blue) = 98+130+203=431 (57% of max value = 765). Red value is 98 (38.67% from 255 or 22.74% from 431); Green value is 130 (51.17% from 255 or 30.16% from 431); Blue value is 203 (79.69% from 255 or 47.10% from 431); Max value from RGB is 203 - color contains mainly: blue. Hex color #6282CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6282CB is #9D7D34. Grayscale: #808080. Windows color (decimal): -10321205 or 13337186. OLE color: 13337186.

HSL color Cylindrical-coordinate representation of color #6282CB: hue angle of 221.71º degrees, saturation: 0.5, 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 #6282CB is Cyan = 0.52, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 98 130 203 -
CMYK 0.52 0.36 0 0.20
HSL 221.71º 0.5% 0.59% -
HSV(B) 221.71º 0.52% 0.8% -
XYZ 23.8 22.87 59.66 -
YUV 128.75 169.9 106.06 -
System Red Green Blue C M Y K H S L
Decimal 98 130 203 0.52 0.36 0 0.20 221.71 0.5 0.59
Hex 62 82 CB 34 24 0 14 DE 32 3B
Octal 142 202 313 64 44 0 24 336 62 73
Binary 1100010 10000010 11001011 110100 100100 0 10100 11011110 110010 111011

Color Harmonies of #6282CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6282CB

Black with #6282CB

Text Example


Text Example

White with #6282CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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