Html Css Color HEX #6285D2 Havelock Blue

📋 copy color: '#6285D2'

red 98 ◦ green 133 ◦ blue 210

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

Shades of Havelock Blue #6285D2

Tints of Havelock Blue #6285D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 47.62%

R = 22.22%
G = 30.16%
B = 47.62%

CMYK

 C value IS 0.53

 M value IS 0.37

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#6285D2 (or 0x6285D2) is known color: Havelock Blue. HEX triplet: 62, 85 and D2. RGB value is (98,133,210). Sum of RGB (Red+Green+Blue) = 98+133+210=441 (58% of max value = 765). Red value is 98 (38.67% from 255 or 22.22% from 441); Green value is 133 (52.34% from 255 or 30.16% from 441); Blue value is 210 (82.42% from 255 or 47.62% from 441); Max value from RGB is 210 - color contains mainly: blue. Hex color #6285D2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6285D2 is #9D7A2D. Grayscale: #828282. Windows color (decimal): -10320430 or 13796706. OLE color: 13796706.

HSL color Cylindrical-coordinate representation of color #6285D2: hue angle of 221.25º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6285D2 is Cyan = 0.53, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 98 133 210 -
CMYK 0.53 0.37 0 0.18
HSL 221.25º 0.55% 0.6% -
HSV(B) 221.25º 0.53% 0.82% -
XYZ 25.06 24.02 64.29 -
YUV 131.31 172.4 104.24 -
System Red Green Blue C M Y K H S L
Decimal 98 133 210 0.53 0.37 0 0.18 221.25 0.55 0.6
Hex 62 85 D2 35 25 0 12 DD 37 3C
Octal 142 205 322 65 45 0 22 335 67 74
Binary 1100010 10000101 11010010 110101 100101 0 10010 11011101 110111 111100

Color Harmonies of #6285D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6285D2

Black with #6285D2

Text Example


Text Example

White with #6285D2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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