Html Css Color HEX #6780D0 Havelock Blue

📋 copy color: '#6780D0'

red 103 ◦ green 128 ◦ blue 208

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

Shades of Havelock Blue #6780D0

Tints of Havelock Blue #6780D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 47.38%

R = 23.46%
G = 29.16%
B = 47.38%

CMYK

 C value IS 0.50

 M value IS 0.38

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#6780D0 (or 0x6780D0) is known color: Havelock Blue. HEX triplet: 67, 80 and D0. RGB value is (103,128,208). Sum of RGB (Red+Green+Blue) = 103+128+208=439 (58% of max value = 765). Red value is 103 (40.62% from 255 or 23.46% from 439); Green value is 128 (50.39% from 255 or 29.16% from 439); Blue value is 208 (81.64% from 255 or 47.38% from 439); Max value from RGB is 208 - color contains mainly: blue. Hex color #6780D0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6780D0 is #987F2F. Grayscale: #818181. Windows color (decimal): -9994032 or 13664359. OLE color: 13664359.

HSL color Cylindrical-coordinate representation of color #6780D0: hue angle of 225.71º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6780D0 is Cyan = 0.50, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 103 128 208 -
CMYK 0.50 0.38 0 0.18
HSL 225.71º 0.53% 0.61% -
HSV(B) 225.71º 0.5% 0.82% -
XYZ 24.7 22.88 62.79 -
YUV 129.65 172.22 109 -
System Red Green Blue C M Y K H S L
Decimal 103 128 208 0.50 0.38 0 0.18 225.71 0.53 0.61
Hex 67 80 D0 32 26 0 12 E2 35 3D
Octal 147 200 320 62 46 0 22 342 65 75
Binary 1100111 10000000 11010000 110010 100110 0 10010 11100010 110101 111101

Color Harmonies of #6780D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6780D0

Black with #6780D0

Text Example


Text Example

White with #6780D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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