Html Css Color HEX #6780BE Havelock Blue

📋 copy color: '#6780BE'

red 103 ◦ green 128 ◦ blue 190

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

Shades of Havelock Blue #6780BE

Tints of Havelock Blue #6780BE

RGB

 RED value IS 103 (40.63% from 255) = 24.47%

 GREEN value IS 128 (50.39% from 255) = 30.4%

 BLUE value IS 190 (74.61% from 255) = 45.13%

R = 24.47%
G = 30.4%
B = 45.13%

CMYK

 C value IS 0.46

 M value IS 0.33

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6780BE (or 0x6780BE) is known color: Havelock Blue. HEX triplet: 67, 80 and BE. RGB value is (103,128,190). Sum of RGB (Red+Green+Blue) = 103+128+190=421 (55% of max value = 765). Red value is 103 (40.62% from 255 or 24.47% from 421); Green value is 128 (50.39% from 255 or 30.40% from 421); Blue value is 190 (74.61% from 255 or 45.13% from 421); Max value from RGB is 190 - color contains mainly: blue. Hex color #6780BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6780BE is #987F41. Grayscale: #7F7F7F. Windows color (decimal): -9994050 or 12484711. OLE color: 12484711.

HSL color Cylindrical-coordinate representation of color #6780BE: hue angle of 222.76º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6780BE is Cyan = 0.46, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 103 128 190 -
CMYK 0.46 0.33 0 0.25
HSL 222.76º 0.4% 0.57% -
HSV(B) 222.76º 0.46% 0.75% -
XYZ 22.61 22.04 51.78 -
YUV 127.59 163.22 110.46 -
System Red Green Blue C M Y K H S L
Decimal 103 128 190 0.46 0.33 0 0.25 222.76 0.4 0.57
Hex 67 80 BE 2E 21 0 19 DF 28 39
Octal 147 200 276 56 41 0 31 337 50 71
Binary 1100111 10000000 10111110 101110 100001 0 11001 11011111 101000 111001

Color Harmonies of #6780BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6780BE

Black with #6780BE

Text Example


Text Example

White with #6780BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6780BE; }

 p { color: rgb(103,128,190); }

 H1.HeaderClassName
 {
   color: #6780BE;
 }
 .AnyTagClassName
 {
   color: #6780BE;
 }
</style>

background-color css

<style>
 a { background-color: #6780BE; }

 a { background-color: rgb(103,128,190); }

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

border-color css

<style>
 span { border-color: #6780BE; }

 span { border-color: rgb(103,128,190); }

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