Html Css Color HEX #6378D2 Havelock Blue

📋 copy color: '#6378D2'

red 99 ◦ green 120 ◦ blue 210

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

Shades of Havelock Blue #6378D2

Tints of Havelock Blue #6378D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 48.95%

R = 23.08%
G = 27.97%
B = 48.95%

CMYK

 C value IS 0.53

 M value IS 0.43

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#6378D2 (or 0x6378D2) is known color: Havelock Blue. HEX triplet: 63, 78 and D2. RGB value is (99,120,210). Sum of RGB (Red+Green+Blue) = 99+120+210=429 (56% of max value = 765). Red value is 99 (39.06% from 255 or 23.08% from 429); Green value is 120 (47.27% from 255 or 27.97% from 429); Blue value is 210 (82.42% from 255 or 48.95% from 429); Max value from RGB is 210 - color contains mainly: blue. Hex color #6378D2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6378D2 is #9C872D. Grayscale: #7B7B7B. Windows color (decimal): -10258222 or 13793379. OLE color: 13793379.

HSL color Cylindrical-coordinate representation of color #6378D2: hue angle of 228.65º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6378D2 is Cyan = 0.53, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 99 120 210 -
CMYK 0.53 0.43 0 0.18
HSL 228.65º 0.55% 0.61% -
HSV(B) 228.65º 0.53% 0.82% -
XYZ 23.49 20.74 63.74 -
YUV 123.98 176.54 110.18 -
System Red Green Blue C M Y K H S L
Decimal 99 120 210 0.53 0.43 0 0.18 228.65 0.55 0.61
Hex 63 78 D2 35 2B 0 12 E5 37 3D
Octal 143 170 322 65 53 0 22 345 67 75
Binary 1100011 1111000 11010010 110101 101011 0 10010 11100101 110111 111101

Color Harmonies of #6378D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6378D2

Black with #6378D2

Text Example


Text Example

White with #6378D2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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