Html Css Color HEX #6881DC Cornflower Blue

📋 copy color: '#6881DC'

red 104 ◦ green 129 ◦ blue 220

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

Shades of Cornflower Blue #6881DC

Tints of Cornflower Blue #6881DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 48.57%

R = 22.96%
G = 28.48%
B = 48.57%

CMYK

 C value IS 0.53

 M value IS 0.41

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6881DC (or 0x6881DC) is known color: Cornflower Blue. HEX triplet: 68, 81 and DC. RGB value is (104,129,220). Sum of RGB (Red+Green+Blue) = 104+129+220=453 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.96% from 453); Green value is 129 (50.78% from 255 or 28.48% from 453); Blue value is 220 (86.33% from 255 or 48.57% from 453); Max value from RGB is 220 - color contains mainly: blue. Hex color #6881DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6881DC is #977E23. Grayscale: #838383. Windows color (decimal): -9928228 or 14451048. OLE color: 14451048.

HSL color Cylindrical-coordinate representation of color #6881DC: hue angle of 227.07º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6881DC is Cyan = 0.53, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 104 129 220 -
CMYK 0.53 0.41 0 0.14
HSL 227.07º 0.62% 0.64% -
HSV(B) 227.07º 0.53% 0.86% -
XYZ 26.48 23.81 70.91 -
YUV 131.9 177.72 108.1 -
System Red Green Blue C M Y K H S L
Decimal 104 129 220 0.53 0.41 0 0.14 227.07 0.62 0.64
Hex 68 81 DC 35 29 0 E E3 3E 40
Octal 150 201 334 65 51 0 16 343 76 100
Binary 1101000 10000001 11011100 110101 101001 0 1110 11100011 111110 1000000

Color Harmonies of #6881DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6881DC

Black with #6881DC

Text Example


Text Example

White with #6881DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6881DC; }

 p { color: rgb(104,129,220); }

 H1.HeaderClassName
 {
   color: #6881DC;
 }
 .AnyTagClassName
 {
   color: #6881DC;
 }
</style>

background-color css

<style>
 a { background-color: #6881DC; }

 a { background-color: rgb(104,129,220); }

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

border-color css

<style>
 span { border-color: #6881DC; }

 span { border-color: rgb(104,129,220); }

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