Html Css Color HEX #6283CA Havelock Blue

📋 copy color: '#6283CA'

red 98 ◦ green 131 ◦ blue 202

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

Shades of Havelock Blue #6283CA

Tints of Havelock Blue #6283CA

RGB

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

 GREEN value IS 131 (51.56% from 255) = 30.39%

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

R = 22.74%
G = 30.39%
B = 46.87%

CMYK

 C value IS 0.51

 M value IS 0.35

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6283CA (or 0x6283CA) is known color: Havelock Blue. HEX triplet: 62, 83 and CA. RGB value is (98,131,202). Sum of RGB (Red+Green+Blue) = 98+131+202=431 (57% of max value = 765). Red value is 98 (38.67% from 255 or 22.74% from 431); Green value is 131 (51.56% from 255 or 30.39% from 431); Blue value is 202 (79.30% from 255 or 46.87% from 431); Max value from RGB is 202 - color contains mainly: blue. Hex color #6283CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6283CA is #9D7C35. Grayscale: #808080. Windows color (decimal): -10320950 or 13271906. OLE color: 13271906.

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

Color convert

RGB 98 131 202 -
CMYK 0.51 0.35 0 0.21
HSL 220.96º 0.5% 0.59% -
HSV(B) 220.96º 0.51% 0.79% -
XYZ 23.81 23.09 59.08 -
YUV 129.23 169.07 105.73 -
System Red Green Blue C M Y K H S L
Decimal 98 131 202 0.51 0.35 0 0.21 220.96 0.5 0.59
Hex 62 83 CA 33 23 0 15 DD 32 3B
Octal 142 203 312 63 43 0 25 335 62 73
Binary 1100010 10000011 11001010 110011 100011 0 10101 11011101 110010 111011

Color Harmonies of #6283CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6283CA

Black with #6283CA

Text Example


Text Example

White with #6283CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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