Html Css Color HEX #6880EB Cornflower Blue

📋 copy color: '#6880EB'

red 104 ◦ green 128 ◦ blue 235

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

Shades of Cornflower Blue #6880EB

Tints of Cornflower Blue #6880EB

RGB

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

 GREEN value IS 128 (50.39% from 255) = 27.41%

 BLUE value IS 235 (92.19% from 255) = 50.32%

R = 22.27%
G = 27.41%
B = 50.32%

CMYK

 C value IS 0.56

 M value IS 0.46

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6880EB (or 0x6880EB) is known color: Cornflower Blue. HEX triplet: 68, 80 and EB. RGB value is (104,128,235). Sum of RGB (Red+Green+Blue) = 104+128+235=467 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.27% from 467); Green value is 128 (50.39% from 255 or 27.41% from 467); Blue value is 235 (92.19% from 255 or 50.32% from 467); Max value from RGB is 235 - color contains mainly: blue. Hex color #6880EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6880EB is #977F14. Grayscale: #848484. Windows color (decimal): -9928469 or 15433832. OLE color: 15433832.

HSL color Cylindrical-coordinate representation of color #6880EB: hue angle of 229.01º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6880EB is Cyan = 0.56, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 104 128 235 -
CMYK 0.56 0.46 0 0.08
HSL 229.01º 0.77% 0.66% -
HSV(B) 229.01º 0.56% 0.92% -
XYZ 28.42 24.38 81.8 -
YUV 133.02 185.55 107.3 -
System Red Green Blue C M Y K H S L
Decimal 104 128 235 0.56 0.46 0 0.08 229.01 0.77 0.66
Hex 68 80 EB 38 2E 0 8 E5 4D 42
Octal 150 200 353 70 56 0 10 345 115 102
Binary 1101000 10000000 11101011 111000 101110 0 1000 11100101 1001101 1000010

Color Harmonies of #6880EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6880EB

Black with #6880EB

Text Example


Text Example

White with #6880EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6880EB; }

 p { color: rgb(104,128,235); }

 H1.HeaderClassName
 {
   color: #6880EB;
 }
 .AnyTagClassName
 {
   color: #6880EB;
 }
</style>

background-color css

<style>
 a { background-color: #6880EB; }

 a { background-color: rgb(104,128,235); }

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

border-color css

<style>
 span { border-color: #6880EB; }

 span { border-color: rgb(104,128,235); }

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