Html Css Color HEX #6283D7 Havelock Blue

📋 copy color: '#6283D7'

red 98 ◦ green 131 ◦ blue 215

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

Shades of Havelock Blue #6283D7

Tints of Havelock Blue #6283D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 48.42%

R = 22.07%
G = 29.5%
B = 48.42%

CMYK

 C value IS 0.54

 M value IS 0.39

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#6283D7 (or 0x6283D7) is known color: Havelock Blue. HEX triplet: 62, 83 and D7. RGB value is (98,131,215). Sum of RGB (Red+Green+Blue) = 98+131+215=444 (58% of max value = 765). Red value is 98 (38.67% from 255 or 22.07% from 444); Green value is 131 (51.56% from 255 or 29.50% from 444); Blue value is 215 (84.38% from 255 or 48.42% from 444); Max value from RGB is 215 - color contains mainly: blue. Hex color #6283D7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6283D7 is #9D7C28. Grayscale: #828282. Windows color (decimal): -10320937 or 14123874. OLE color: 14123874.

HSL color Cylindrical-coordinate representation of color #6283D7: hue angle of 223.08º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6283D7 is Cyan = 0.54, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 98 131 215 -
CMYK 0.54 0.39 0 0.16
HSL 223.08º 0.59% 0.61% -
HSV(B) 223.08º 0.54% 0.84% -
XYZ 25.42 23.74 67.53 -
YUV 130.71 175.57 104.67 -
System Red Green Blue C M Y K H S L
Decimal 98 131 215 0.54 0.39 0 0.16 223.08 0.59 0.61
Hex 62 83 D7 36 27 0 10 DF 3B 3D
Octal 142 203 327 66 47 0 20 337 73 75
Binary 1100010 10000011 11010111 110110 100111 0 10000 11011111 111011 111101

Color Harmonies of #6283D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6283D7

Black with #6283D7

Text Example


Text Example

White with #6283D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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