Html Css Color HEX #6882CA Havelock Blue

📋 copy color: '#6882CA'

red 104 ◦ green 130 ◦ blue 202

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

Shades of Havelock Blue #6882CA

Tints of Havelock Blue #6882CA

RGB

 RED value IS 104 (41.02% from 255) = 23.85%

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

 BLUE value IS 202 (79.3% from 255) = 46.33%

R = 23.85%
G = 29.82%
B = 46.33%

CMYK

 C value IS 0.49

 M value IS 0.36

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6882CA (or 0x6882CA) is known color: Havelock Blue. HEX triplet: 68, 82 and CA. RGB value is (104,130,202). Sum of RGB (Red+Green+Blue) = 104+130+202=436 (57% of max value = 765). Red value is 104 (41.02% from 255 or 23.85% from 436); Green value is 130 (51.17% from 255 or 29.82% from 436); Blue value is 202 (79.30% from 255 or 46.33% from 436); Max value from RGB is 202 - color contains mainly: blue. Hex color #6882CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6882CA is #977D35. Grayscale: #828282. Windows color (decimal): -9927990 or 13271656. OLE color: 13271656.

HSL color Cylindrical-coordinate representation of color #6882CA: hue angle of 224.08º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6882CA is Cyan = 0.49, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 104 130 202 -
CMYK 0.49 0.36 0 0.21
HSL 224.08º 0.48% 0.6% -
HSV(B) 224.08º 0.49% 0.79% -
XYZ 24.35 23.17 59.07 -
YUV 130.43 168.39 109.15 -
System Red Green Blue C M Y K H S L
Decimal 104 130 202 0.49 0.36 0 0.21 224.08 0.48 0.6
Hex 68 82 CA 31 24 0 15 E0 30 3C
Octal 150 202 312 61 44 0 25 340 60 74
Binary 1101000 10000010 11001010 110001 100100 0 10101 11100000 110000 111100

Color Harmonies of #6882CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6882CA

Black with #6882CA

Text Example


Text Example

White with #6882CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6882CA; }

 p { color: rgb(104,130,202); }

 H1.HeaderClassName
 {
   color: #6882CA;
 }
 .AnyTagClassName
 {
   color: #6882CA;
 }
</style>

background-color css

<style>
 a { background-color: #6882CA; }

 a { background-color: rgb(104,130,202); }

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

border-color css

<style>
 span { border-color: #6882CA; }

 span { border-color: rgb(104,130,202); }

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