Html Css Color HEX #6881E1 Cornflower Blue

📋 copy color: '#6881E1'

red 104 ◦ green 129 ◦ blue 225

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

Shades of Cornflower Blue #6881E1

Tints of Cornflower Blue #6881E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 49.13%

R = 22.71%
G = 28.17%
B = 49.13%

CMYK

 C value IS 0.54

 M value IS 0.43

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#6881E1 (or 0x6881E1) is known color: Cornflower Blue. HEX triplet: 68, 81 and E1. RGB value is (104,129,225). Sum of RGB (Red+Green+Blue) = 104+129+225=458 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.71% from 458); Green value is 129 (50.78% from 255 or 28.17% from 458); Blue value is 225 (88.28% from 255 or 49.13% from 458); Max value from RGB is 225 - color contains mainly: blue. Hex color #6881E1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6881E1 is #977E1E. Grayscale: #848484. Windows color (decimal): -9928223 or 14778728. OLE color: 14778728.

HSL color Cylindrical-coordinate representation of color #6881E1: hue angle of 227.6º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6881E1 is Cyan = 0.54, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 104 129 225 -
CMYK 0.54 0.43 0 0.12
HSL 227.6º 0.67% 0.65% -
HSV(B) 227.6º 0.54% 0.88% -
XYZ 27.15 24.08 74.45 -
YUV 132.47 180.22 107.69 -
System Red Green Blue C M Y K H S L
Decimal 104 129 225 0.54 0.43 0 0.12 227.6 0.67 0.65
Hex 68 81 E1 36 2B 0 C E4 43 41
Octal 150 201 341 66 53 0 14 344 103 101
Binary 1101000 10000001 11100001 110110 101011 0 1100 11100100 1000011 1000001

Color Harmonies of #6881E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6881E1

Black with #6881E1

Text Example


Text Example

White with #6881E1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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