Html Css Color HEX #6881E6 Cornflower Blue

📋 copy color: '#6881E6'

red 104 ◦ green 129 ◦ blue 230

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

Shades of Cornflower Blue #6881E6

Tints of Cornflower Blue #6881E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 49.68%

R = 22.46%
G = 27.86%
B = 49.68%

CMYK

 C value IS 0.55

 M value IS 0.44

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#6881E6 (or 0x6881E6) is known color: Cornflower Blue. HEX triplet: 68, 81 and E6. RGB value is (104,129,230). Sum of RGB (Red+Green+Blue) = 104+129+230=463 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.46% from 463); Green value is 129 (50.78% from 255 or 27.86% from 463); Blue value is 230 (90.23% from 255 or 49.68% from 463); Max value from RGB is 230 - color contains mainly: blue. Hex color #6881E6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6881E6 is #977E19. Grayscale: #848484. Windows color (decimal): -9928218 or 15106408. OLE color: 15106408.

HSL color Cylindrical-coordinate representation of color #6881E6: hue angle of 228.1º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6881E6 is Cyan = 0.55, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 104 129 230 -
CMYK 0.55 0.44 0 0.10
HSL 228.1º 0.72% 0.65% -
HSV(B) 228.1º 0.55% 0.9% -
XYZ 27.84 24.36 78.1 -
YUV 133.04 182.72 107.29 -
System Red Green Blue C M Y K H S L
Decimal 104 129 230 0.55 0.44 0 0.10 228.1 0.72 0.65
Hex 68 81 E6 37 2C 0 A E4 48 41
Octal 150 201 346 67 54 0 12 344 110 101
Binary 1101000 10000001 11100110 110111 101100 0 1010 11100100 1001000 1000001

Color Harmonies of #6881E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6881E6

Black with #6881E6

Text Example


Text Example

White with #6881E6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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