Html Css Color HEX #6881FF Cornflower Blue

📋 copy color: '#6881FF'

red 104 ◦ green 129 ◦ blue 255

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

Shades of Cornflower Blue #6881FF

Tints of Cornflower Blue #6881FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 52.25%

R = 21.31%
G = 26.43%
B = 52.25%

CMYK

 C value IS 0.59

 M value IS 0.49

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6881FF (or 0x6881FF) is known color: Cornflower Blue. HEX triplet: 68, 81 and FF. RGB value is (104,129,255). Sum of RGB (Red+Green+Blue) = 104+129+255=488 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.31% from 488); Green value is 129 (50.78% from 255 or 26.43% from 488); Blue value is 255 (100% from 255 or 52.25% from 488); Max value from RGB is 255 - color contains mainly: blue. Hex color #6881FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6881FF is #977E00. Grayscale: #878787. Windows color (decimal): -9928193 or 16744808. OLE color: 16744808.

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

Color convert

RGB 104 129 255 -
CMYK 0.59 0.49 0 0
HSL 230.07º 1% 0.7% -
HSV(B) 230.07º 0.59% 1% -
XYZ 31.61 25.86 97.93 -
YUV 135.89 195.22 105.25 -
System Red Green Blue C M Y K H S L
Decimal 104 129 255 0.59 0.49 0 0 230.07 1 0.7
Hex 68 81 FF 3B 31 0 0 E6 64 46
Octal 150 201 377 73 61 0 0 346 144 106
Binary 1101000 10000001 11111111 111011 110001 0 0 11100110 1100100 1000110

Color Harmonies of #6881FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6881FF

Black with #6881FF

Text Example


Text Example

White with #6881FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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