Html Css Color HEX #6378DA Havelock Blue

📋 copy color: '#6378DA'

red 99 ◦ green 120 ◦ blue 218

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

Shades of Havelock Blue #6378DA

Tints of Havelock Blue #6378DA

RGB

 RED value IS 99 (39.06% from 255) = 22.65%

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

 BLUE value IS 218 (85.55% from 255) = 49.89%

R = 22.65%
G = 27.46%
B = 49.89%

CMYK

 C value IS 0.55

 M value IS 0.45

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6378DA (or 0x6378DA) is known color: Havelock Blue. HEX triplet: 63, 78 and DA. RGB value is (99,120,218). Sum of RGB (Red+Green+Blue) = 99+120+218=437 (57% of max value = 765). Red value is 99 (39.06% from 255 or 22.65% from 437); Green value is 120 (47.27% from 255 or 27.46% from 437); Blue value is 218 (85.55% from 255 or 49.89% from 437); Max value from RGB is 218 - color contains mainly: blue. Hex color #6378DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6378DA is #9C8725. Grayscale: #7C7C7C. Windows color (decimal): -10258214 or 14317667. OLE color: 14317667.

HSL color Cylindrical-coordinate representation of color #6378DA: hue angle of 229.41º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6378DA is Cyan = 0.55, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 99 120 218 -
CMYK 0.55 0.45 0 0.15
HSL 229.41º 0.62% 0.62% -
HSV(B) 229.41º 0.55% 0.85% -
XYZ 24.52 21.15 69.12 -
YUV 124.89 180.54 109.53 -
System Red Green Blue C M Y K H S L
Decimal 99 120 218 0.55 0.45 0 0.15 229.41 0.62 0.62
Hex 63 78 DA 37 2D 0 F E5 3E 3E
Octal 143 170 332 67 55 0 17 345 76 76
Binary 1100011 1111000 11011010 110111 101101 0 1111 11100101 111110 111110

Color Harmonies of #6378DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6378DA

Black with #6378DA

Text Example


Text Example

White with #6378DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6378DA; }

 p { color: rgb(99,120,218); }

 H1.HeaderClassName
 {
   color: #6378DA;
 }
 .AnyTagClassName
 {
   color: #6378DA;
 }
</style>

background-color css

<style>
 a { background-color: #6378DA; }

 a { background-color: rgb(99,120,218); }

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

border-color css

<style>
 span { border-color: #6378DA; }

 span { border-color: rgb(99,120,218); }

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