Html Css Color HEX #6283CD Havelock Blue

📋 copy color: '#6283CD'

red 98 ◦ green 131 ◦ blue 205

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

Shades of Havelock Blue #6283CD

Tints of Havelock Blue #6283CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 47.24%

R = 22.58%
G = 30.18%
B = 47.24%

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

#6283CD (or 0x6283CD) is known color: Havelock Blue. HEX triplet: 62, 83 and CD. RGB value is (98,131,205). Sum of RGB (Red+Green+Blue) = 98+131+205=434 (57% of max value = 765). Red value is 98 (38.67% from 255 or 22.58% from 434); Green value is 131 (51.56% from 255 or 30.18% from 434); Blue value is 205 (80.47% from 255 or 47.24% from 434); Max value from RGB is 205 - color contains mainly: blue. Hex color #6283CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6283CD is #9D7C32. Grayscale: #818181. Windows color (decimal): -10320947 or 13468514. OLE color: 13468514.

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

Color convert

RGB 98 131 205 -
CMYK 0.52 0.36 0 0.20
HSL 221.5º 0.52% 0.59% -
HSV(B) 221.5º 0.52% 0.8% -
XYZ 24.17 23.24 60.97 -
YUV 129.57 170.57 105.48 -
System Red Green Blue C M Y K H S L
Decimal 98 131 205 0.52 0.36 0 0.20 221.5 0.52 0.59
Hex 62 83 CD 34 24 0 14 DD 34 3B
Octal 142 203 315 64 44 0 24 335 64 73
Binary 1100010 10000011 11001101 110100 100100 0 10100 11011101 110100 111011

Color Harmonies of #6283CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6283CD

Black with #6283CD

Text Example


Text Example

White with #6283CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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