Html Css Color HEX #6178D6 Havelock Blue

📋 copy color: '#6178D6'

red 97 ◦ green 120 ◦ blue 214

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

Shades of Havelock Blue #6178D6

Tints of Havelock Blue #6178D6

RGB

 RED value IS 97 (38.28% from 255) = 22.51%

 GREEN value IS 120 (47.27% from 255) = 27.84%

 BLUE value IS 214 (83.98% from 255) = 49.65%

R = 22.51%
G = 27.84%
B = 49.65%

CMYK

 C value IS 0.55

 M value IS 0.44

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#6178D6 (or 0x6178D6) is known color: Havelock Blue. HEX triplet: 61, 78 and D6. RGB value is (97,120,214). Sum of RGB (Red+Green+Blue) = 97+120+214=431 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.51% from 431); Green value is 120 (47.27% from 255 or 27.84% from 431); Blue value is 214 (83.98% from 255 or 49.65% from 431); Max value from RGB is 214 - color contains mainly: blue. Hex color #6178D6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6178D6 is #9E8729. Grayscale: #7B7B7B. Windows color (decimal): -10389290 or 14055521. OLE color: 14055521.

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

Color convert

RGB 97 120 214 -
CMYK 0.55 0.44 0 0.16
HSL 228.21º 0.59% 0.61% -
HSV(B) 228.21º 0.55% 0.84% -
XYZ 23.78 20.83 66.39 -
YUV 123.84 178.88 108.86 -
System Red Green Blue C M Y K H S L
Decimal 97 120 214 0.55 0.44 0 0.16 228.21 0.59 0.61
Hex 61 78 D6 37 2C 0 10 E4 3B 3D
Octal 141 170 326 67 54 0 20 344 73 75
Binary 1100001 1111000 11010110 110111 101100 0 10000 11100100 111011 111101

Color Harmonies of #6178D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6178D6

Black with #6178D6

Text Example


Text Example

White with #6178D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6178D6; }

 p { color: rgb(97,120,214); }

 H1.HeaderClassName
 {
   color: #6178D6;
 }
 .AnyTagClassName
 {
   color: #6178D6;
 }
</style>

background-color css

<style>
 a { background-color: #6178D6; }

 a { background-color: rgb(97,120,214); }

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

border-color css

<style>
 span { border-color: #6178D6; }

 span { border-color: rgb(97,120,214); }

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