Html Css Color HEX #6782CD Havelock Blue

📋 copy color: '#6782CD'

red 103 ◦ green 130 ◦ blue 205

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

Shades of Havelock Blue #6782CD

Tints of Havelock Blue #6782CD

RGB

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

 GREEN value IS 130 (51.17% from 255) = 29.68%

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

R = 23.52%
G = 29.68%
B = 46.8%

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

#6782CD (or 0x6782CD) is known color: Havelock Blue. HEX triplet: 67, 82 and CD. RGB value is (103,130,205). Sum of RGB (Red+Green+Blue) = 103+130+205=438 (58% of max value = 765). Red value is 103 (40.62% from 255 or 23.52% from 438); Green value is 130 (51.17% from 255 or 29.68% from 438); Blue value is 205 (80.47% from 255 or 46.80% from 438); Max value from RGB is 205 - color contains mainly: blue. Hex color #6782CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6782CD is #987D32. Grayscale: #828282. Windows color (decimal): -9993523 or 13468263. OLE color: 13468263.

HSL color Cylindrical-coordinate representation of color #6782CD: hue angle of 224.12º 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 #6782CD is Cyan = 0.50, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 103 130 205 -
CMYK 0.50 0.37 0 0.20
HSL 224.12º 0.5% 0.6% -
HSV(B) 224.12º 0.5% 0.8% -
XYZ 24.6 23.26 60.95 -
YUV 130.48 170.05 108.4 -
System Red Green Blue C M Y K H S L
Decimal 103 130 205 0.50 0.37 0 0.20 224.12 0.5 0.6
Hex 67 82 CD 32 25 0 14 E0 32 3C
Octal 147 202 315 62 45 0 24 340 62 74
Binary 1100111 10000010 11001101 110010 100101 0 10100 11100000 110010 111100

Color Harmonies of #6782CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6782CD

Black with #6782CD

Text Example


Text Example

White with #6782CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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