Html Css Color HEX #6881EF Cornflower Blue

📋 copy color: '#6881EF'

red 104 ◦ green 129 ◦ blue 239

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

Shades of Cornflower Blue #6881EF

Tints of Cornflower Blue #6881EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 50.64%

R = 22.03%
G = 27.33%
B = 50.64%

CMYK

 C value IS 0.56

 M value IS 0.46

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6881EF (or 0x6881EF) is known color: Cornflower Blue. HEX triplet: 68, 81 and EF. RGB value is (104,129,239). Sum of RGB (Red+Green+Blue) = 104+129+239=472 (62% of max value = 765). Red value is 104 (41.02% from 255 or 22.03% from 472); Green value is 129 (50.78% from 255 or 27.33% from 472); Blue value is 239 (93.75% from 255 or 50.64% from 472); Max value from RGB is 239 - color contains mainly: blue. Hex color #6881EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6881EF is #977E10. Grayscale: #858585. Windows color (decimal): -9928209 or 15696232. OLE color: 15696232.

HSL color Cylindrical-coordinate representation of color #6881EF: hue angle of 228.89º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6881EF is Cyan = 0.56, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 104 129 239 -
CMYK 0.56 0.46 0 0.06
HSL 228.89º 0.81% 0.67% -
HSV(B) 228.89º 0.56% 0.94% -
XYZ 29.14 24.88 84.93 -
YUV 134.07 187.22 106.56 -
System Red Green Blue C M Y K H S L
Decimal 104 129 239 0.56 0.46 0 0.06 228.89 0.81 0.67
Hex 68 81 EF 38 2E 0 6 E5 51 43
Octal 150 201 357 70 56 0 6 345 121 103
Binary 1101000 10000001 11101111 111000 101110 0 110 11100101 1010001 1000011

Color Harmonies of #6881EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6881EF

Black with #6881EF

Text Example


Text Example

White with #6881EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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