Html Css Color HEX #6281BB Havelock Blue

📋 copy color: '#6281BB'

red 98 ◦ green 129 ◦ blue 187

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

Shades of Havelock Blue #6281BB

Tints of Havelock Blue #6281BB

RGB

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

 GREEN value IS 129 (50.78% from 255) = 31.16%

 BLUE value IS 187 (73.44% from 255) = 45.17%

R = 23.67%
G = 31.16%
B = 45.17%

CMYK

 C value IS 0.48

 M value IS 0.31

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6281BB (or 0x6281BB) is known color: Havelock Blue. HEX triplet: 62, 81 and BB. RGB value is (98,129,187). Sum of RGB (Red+Green+Blue) = 98+129+187=414 (54% of max value = 765). Red value is 98 (38.67% from 255 or 23.67% from 414); Green value is 129 (50.78% from 255 or 31.16% from 414); Blue value is 187 (73.44% from 255 or 45.17% from 414); Max value from RGB is 187 - color contains mainly: blue. Hex color #6281BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6281BB is #9D7E44. Grayscale: #7E7E7E. Windows color (decimal): -10321477 or 12288354. OLE color: 12288354.

HSL color Cylindrical-coordinate representation of color #6281BB: hue angle of 219.1º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6281BB is Cyan = 0.48, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 98 129 187 -
CMYK 0.48 0.31 0 0.27
HSL 219.1º 0.4% 0.56% -
HSV(B) 219.1º 0.48% 0.73% -
XYZ 21.86 21.89 50.09 -
YUV 126.34 162.23 107.78 -
System Red Green Blue C M Y K H S L
Decimal 98 129 187 0.48 0.31 0 0.27 219.1 0.4 0.56
Hex 62 81 BB 30 1F 0 1B DB 28 38
Octal 142 201 273 60 37 0 33 333 50 70
Binary 1100010 10000001 10111011 110000 11111 0 11011 11011011 101000 111000

Color Harmonies of #6281BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6281BB

Black with #6281BB

Text Example


Text Example

White with #6281BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6281BB; }

 p { color: rgb(98,129,187); }

 H1.HeaderClassName
 {
   color: #6281BB;
 }
 .AnyTagClassName
 {
   color: #6281BB;
 }
</style>

background-color css

<style>
 a { background-color: #6281BB; }

 a { background-color: rgb(98,129,187); }

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

border-color css

<style>
 span { border-color: #6281BB; }

 span { border-color: rgb(98,129,187); }

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