Html Css Color HEX #6781D6 Havelock Blue

📋 copy color: '#6781D6'

red 103 ◦ green 129 ◦ blue 214

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

Shades of Havelock Blue #6781D6

Tints of Havelock Blue #6781D6

RGB

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

 GREEN value IS 129 (50.78% from 255) = 28.92%

 BLUE value IS 214 (83.98% from 255) = 47.98%

R = 23.09%
G = 28.92%
B = 47.98%

CMYK

 C value IS 0.52

 M value IS 0.40

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#6781D6 (or 0x6781D6) is known color: Havelock Blue. HEX triplet: 67, 81 and D6. RGB value is (103,129,214). Sum of RGB (Red+Green+Blue) = 103+129+214=446 (59% of max value = 765). Red value is 103 (40.62% from 255 or 23.09% from 446); Green value is 129 (50.78% from 255 or 28.92% from 446); Blue value is 214 (83.98% from 255 or 47.98% from 446); Max value from RGB is 214 - color contains mainly: blue. Hex color #6781D6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6781D6 is #987E29. Grayscale: #828282. Windows color (decimal): -9993770 or 14057831. OLE color: 14057831.

HSL color Cylindrical-coordinate representation of color #6781D6: hue angle of 225.95º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6781D6 is Cyan = 0.52, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 103 129 214 -
CMYK 0.52 0.40 0 0.16
HSL 225.95º 0.58% 0.62% -
HSV(B) 225.95º 0.52% 0.84% -
XYZ 25.58 23.44 66.79 -
YUV 130.92 174.89 108.09 -
System Red Green Blue C M Y K H S L
Decimal 103 129 214 0.52 0.40 0 0.16 225.95 0.58 0.62
Hex 67 81 D6 34 28 0 10 E2 3A 3E
Octal 147 201 326 64 50 0 20 342 72 76
Binary 1100111 10000001 11010110 110100 101000 0 10000 11100010 111010 111110

Color Harmonies of #6781D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6781D6

Black with #6781D6

Text Example


Text Example

White with #6781D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6781D6; }

 p { color: rgb(103,129,214); }

 H1.HeaderClassName
 {
   color: #6781D6;
 }
 .AnyTagClassName
 {
   color: #6781D6;
 }
</style>

background-color css

<style>
 a { background-color: #6781D6; }

 a { background-color: rgb(103,129,214); }

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

border-color css

<style>
 span { border-color: #6781D6; }

 span { border-color: rgb(103,129,214); }

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