Html Css Color HEX #6781CD Havelock Blue

📋 copy color: '#6781CD'

red 103 ◦ green 129 ◦ blue 205

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

Shades of Havelock Blue #6781CD

Tints of Havelock Blue #6781CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 46.91%

R = 23.57%
G = 29.52%
B = 46.91%

CMYK

 C value IS 0.50

 M value IS 0.37

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6781CD (or 0x6781CD) is known color: Havelock Blue. HEX triplet: 67, 81 and CD. RGB value is (103,129,205). Sum of RGB (Red+Green+Blue) = 103+129+205=437 (57% of max value = 765). Red value is 103 (40.62% from 255 or 23.57% from 437); Green value is 129 (50.78% from 255 or 29.52% from 437); Blue value is 205 (80.47% from 255 or 46.91% from 437); Max value from RGB is 205 - color contains mainly: blue. Hex color #6781CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6781CD is #987E32. Grayscale: #818181. Windows color (decimal): -9993779 or 13468007. OLE color: 13468007.

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

Color convert

RGB 103 129 205 -
CMYK 0.50 0.37 0 0.20
HSL 224.71º 0.5% 0.6% -
HSV(B) 224.71º 0.5% 0.8% -
XYZ 24.46 22.99 60.91 -
YUV 129.89 170.39 108.82 -
System Red Green Blue C M Y K H S L
Decimal 103 129 205 0.50 0.37 0 0.20 224.71 0.5 0.6
Hex 67 81 CD 32 25 0 14 E1 32 3C
Octal 147 201 315 62 45 0 24 341 62 74
Binary 1100111 10000001 11001101 110010 100101 0 10100 11100001 110010 111100

Color Harmonies of #6781CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6781CD

Black with #6781CD

Text Example


Text Example

White with #6781CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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