Html Css Color HEX #6780CB Havelock Blue

📋 copy color: '#6780CB'

red 103 ◦ green 128 ◦ blue 203

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

Shades of Havelock Blue #6780CB

Tints of Havelock Blue #6780CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 46.77%

R = 23.73%
G = 29.49%
B = 46.77%

CMYK

 C value IS 0.49

 M value IS 0.37

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6780CB (or 0x6780CB) is known color: Havelock Blue. HEX triplet: 67, 80 and CB. RGB value is (103,128,203). Sum of RGB (Red+Green+Blue) = 103+128+203=434 (57% of max value = 765). Red value is 103 (40.62% from 255 or 23.73% from 434); Green value is 128 (50.39% from 255 or 29.49% from 434); Blue value is 203 (79.69% from 255 or 46.77% from 434); Max value from RGB is 203 - color contains mainly: blue. Hex color #6780CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6780CB is #987F34. Grayscale: #808080. Windows color (decimal): -9994037 or 13336679. OLE color: 13336679.

HSL color Cylindrical-coordinate representation of color #6780CB: hue angle of 225º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6780CB is Cyan = 0.49, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 103 128 203 -
CMYK 0.49 0.37 0 0.20
HSL 225º 0.49% 0.6% -
HSV(B) 225º 0.49% 0.8% -
XYZ 24.09 22.63 59.6 -
YUV 129.08 169.72 109.4 -
System Red Green Blue C M Y K H S L
Decimal 103 128 203 0.49 0.37 0 0.20 225 0.49 0.6
Hex 67 80 CB 31 25 0 14 E1 31 3C
Octal 147 200 313 61 45 0 24 341 61 74
Binary 1100111 10000000 11001011 110001 100101 0 10100 11100001 110001 111100

Color Harmonies of #6780CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6780CB

Black with #6780CB

Text Example


Text Example

White with #6780CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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