Html Css Color HEX #6881EA Cornflower Blue

📋 copy color: '#6881EA'

red 104 ◦ green 129 ◦ blue 234

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

Shades of Cornflower Blue #6881EA

Tints of Cornflower Blue #6881EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 50.11%

R = 22.27%
G = 27.62%
B = 50.11%

CMYK

 C value IS 0.56

 M value IS 0.45

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6881EA (or 0x6881EA) is known color: Cornflower Blue. HEX triplet: 68, 81 and EA. RGB value is (104,129,234). Sum of RGB (Red+Green+Blue) = 104+129+234=467 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.27% from 467); Green value is 129 (50.78% from 255 or 27.62% from 467); Blue value is 234 (91.80% from 255 or 50.11% from 467); Max value from RGB is 234 - color contains mainly: blue. Hex color #6881EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6881EA is #977E15. Grayscale: #858585. Windows color (decimal): -9928214 or 15368552. OLE color: 15368552.

HSL color Cylindrical-coordinate representation of color #6881EA: hue angle of 228.46º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6881EA is Cyan = 0.56, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 104 129 234 -
CMYK 0.56 0.45 0 0.08
HSL 228.46º 0.76% 0.66% -
HSV(B) 228.46º 0.56% 0.92% -
XYZ 28.41 24.58 81.09 -
YUV 133.5 184.72 106.96 -
System Red Green Blue C M Y K H S L
Decimal 104 129 234 0.56 0.45 0 0.08 228.46 0.76 0.66
Hex 68 81 EA 38 2D 0 8 E4 4C 42
Octal 150 201 352 70 55 0 10 344 114 102
Binary 1101000 10000001 11101010 111000 101101 0 1000 11100100 1001100 1000010

Color Harmonies of #6881EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6881EA

Black with #6881EA

Text Example


Text Example

White with #6881EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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