Html Css Color HEX #6284CC Havelock Blue

📋 copy color: '#6284CC'

red 98 ◦ green 132 ◦ blue 204

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

Shades of Havelock Blue #6284CC

Tints of Havelock Blue #6284CC

RGB

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

 GREEN value IS 132 (51.95% from 255) = 30.41%

 BLUE value IS 204 (80.08% from 255) = 47%

R = 22.58%
G = 30.41%
B = 47%

CMYK

 C value IS 0.52

 M value IS 0.35

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6284CC (or 0x6284CC) is known color: Havelock Blue. HEX triplet: 62, 84 and CC. RGB value is (98,132,204). Sum of RGB (Red+Green+Blue) = 98+132+204=434 (57% of max value = 765). Red value is 98 (38.67% from 255 or 22.58% from 434); Green value is 132 (51.95% from 255 or 30.41% from 434); Blue value is 204 (80.08% from 255 or 47.00% from 434); Max value from RGB is 204 - color contains mainly: blue. Hex color #6284CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6284CC is #9D7B33. Grayscale: #818181. Windows color (decimal): -10320692 or 13403234. OLE color: 13403234.

HSL color Cylindrical-coordinate representation of color #6284CC: hue angle of 220.75º degrees, saturation: 0.51, 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 #6284CC is Cyan = 0.52, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 98 132 204 -
CMYK 0.52 0.35 0 0.2
HSL 220.75º 0.51% 0.59% -
HSV(B) 220.75º 0.52% 0.8% -
XYZ 24.19 23.46 60.38 -
YUV 130.04 169.74 105.15 -
System Red Green Blue C M Y K H S L
Decimal 98 132 204 0.52 0.35 0 0.2 220.75 0.51 0.59
Hex 62 84 CC 34 23 0 14 DD 33 3B
Octal 142 204 314 64 43 0 24 335 63 73
Binary 1100010 10000100 11001100 110100 100011 0 10100 11011101 110011 111011

Color Harmonies of #6284CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6284CC

Black with #6284CC

Text Example


Text Example

White with #6284CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6284CC; }

 p { color: rgb(98,132,204); }

 H1.HeaderClassName
 {
   color: #6284CC;
 }
 .AnyTagClassName
 {
   color: #6284CC;
 }
</style>

background-color css

<style>
 a { background-color: #6284CC; }

 a { background-color: rgb(98,132,204); }

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

border-color css

<style>
 span { border-color: #6284CC; }

 span { border-color: rgb(98,132,204); }

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