Html Css Color HEX #6886EC Cornflower Blue

📋 copy color: '#6886EC'

red 104 ◦ green 134 ◦ blue 236

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

Shades of Cornflower Blue #6886EC

Tints of Cornflower Blue #6886EC

RGB

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

 GREEN value IS 134 (52.73% from 255) = 28.27%

 BLUE value IS 236 (92.58% from 255) = 49.79%

R = 21.94%
G = 28.27%
B = 49.79%

CMYK

 C value IS 0.56

 M value IS 0.43

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6886EC (or 0x6886EC) is known color: Cornflower Blue. HEX triplet: 68, 86 and EC. RGB value is (104,134,236). Sum of RGB (Red+Green+Blue) = 104+134+236=474 (62% of max value = 765). Red value is 104 (41.02% from 255 or 21.94% from 474); Green value is 134 (52.73% from 255 or 28.27% from 474); Blue value is 236 (92.58% from 255 or 49.79% from 474); Max value from RGB is 236 - color contains mainly: blue. Hex color #6886EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6886EC is #977913. Grayscale: #888888. Windows color (decimal): -9926932 or 15500904. OLE color: 15500904.

HSL color Cylindrical-coordinate representation of color #6886EC: hue angle of 226.36º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6886EC is Cyan = 0.56, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 104 134 236 -
CMYK 0.56 0.43 0 0.07
HSL 226.36º 0.78% 0.67% -
HSV(B) 226.36º 0.56% 0.93% -
XYZ 29.37 26.05 82.84 -
YUV 136.66 184.06 104.71 -
System Red Green Blue C M Y K H S L
Decimal 104 134 236 0.56 0.43 0 0.07 226.36 0.78 0.67
Hex 68 86 EC 38 2B 0 7 E2 4E 43
Octal 150 206 354 70 53 0 7 342 116 103
Binary 1101000 10000110 11101100 111000 101011 0 111 11100010 1001110 1000011

Color Harmonies of #6886EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6886EC

Black with #6886EC

Text Example


Text Example

White with #6886EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6886EC; }

 p { color: rgb(104,134,236); }

 H1.HeaderClassName
 {
   color: #6886EC;
 }
 .AnyTagClassName
 {
   color: #6886EC;
 }
</style>

background-color css

<style>
 a { background-color: #6886EC; }

 a { background-color: rgb(104,134,236); }

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

border-color css

<style>
 span { border-color: #6886EC; }

 span { border-color: rgb(104,134,236); }

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