Html Css Color HEX #6281CA Havelock Blue

📋 copy color: '#6281CA'

red 98 ◦ green 129 ◦ blue 202

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

Shades of Havelock Blue #6281CA

Tints of Havelock Blue #6281CA

RGB

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

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

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

R = 22.84%
G = 30.07%
B = 47.09%

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

#6281CA (or 0x6281CA) is known color: Havelock Blue. HEX triplet: 62, 81 and CA. RGB value is (98,129,202). Sum of RGB (Red+Green+Blue) = 98+129+202=429 (56% of max value = 765). Red value is 98 (38.67% from 255 or 22.84% from 429); Green value is 129 (50.78% from 255 or 30.07% from 429); Blue value is 202 (79.30% from 255 or 47.09% from 429); Max value from RGB is 202 - color contains mainly: blue. Hex color #6281CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6281CA is #9D7E35. Grayscale: #7F7F7F. Windows color (decimal): -10321462 or 13271394. OLE color: 13271394.

HSL color Cylindrical-coordinate representation of color #6281CA: hue angle of 222.12º 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 #6281CA is Cyan = 0.51, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 98 129 202 -
CMYK 0.51 0.36 0 0.21
HSL 222.12º 0.5% 0.59% -
HSV(B) 222.12º 0.51% 0.79% -
XYZ 23.55 22.56 58.99 -
YUV 128.05 169.73 106.56 -
System Red Green Blue C M Y K H S L
Decimal 98 129 202 0.51 0.36 0 0.21 222.12 0.5 0.59
Hex 62 81 CA 33 24 0 15 DE 32 3B
Octal 142 201 312 63 44 0 25 336 62 73
Binary 1100010 10000001 11001010 110011 100100 0 10101 11011110 110010 111011

Color Harmonies of #6281CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6281CA

Black with #6281CA

Text Example


Text Example

White with #6281CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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