Html Css Color HEX #6881FE Cornflower Blue

📋 copy color: '#6881FE'

red 104 ◦ green 129 ◦ blue 254

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

Shades of Cornflower Blue #6881FE

Tints of Cornflower Blue #6881FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 52.16%

R = 21.36%
G = 26.49%
B = 52.16%

CMYK

 C value IS 0.59

 M value IS 0.49

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6881FE (or 0x6881FE) is known color: Cornflower Blue. HEX triplet: 68, 81 and FE. RGB value is (104,129,254). Sum of RGB (Red+Green+Blue) = 104+129+254=487 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.36% from 487); Green value is 129 (50.78% from 255 or 26.49% from 487); Blue value is 254 (99.61% from 255 or 52.16% from 487); Max value from RGB is 254 - color contains mainly: blue. Hex color #6881FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6881FE is #977E01. Grayscale: #878787. Windows color (decimal): -9928194 or 16679272. OLE color: 16679272.

HSL color Cylindrical-coordinate representation of color #6881FE: hue angle of 230º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6881FE is Cyan = 0.59, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 104 129 254 -
CMYK 0.59 0.49 0 0.00
HSL 230º 0.99% 0.7% -
HSV(B) 230º 0.59% 1% -
XYZ 31.45 25.8 97.09 -
YUV 135.78 194.72 105.34 -
System Red Green Blue C M Y K H S L
Decimal 104 129 254 0.59 0.49 0 0.00 230 0.99 0.7
Hex 68 81 FE 3B 31 0 0 E6 63 46
Octal 150 201 376 73 61 0 0 346 143 106
Binary 1101000 10000001 11111110 111011 110001 0 0 11100110 1100011 1000110

Color Harmonies of #6881FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6881FE

Black with #6881FE

Text Example


Text Example

White with #6881FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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