Html Css Color HEX #6884EB Cornflower Blue

📋 copy color: '#6884EB'

red 104 ◦ green 132 ◦ blue 235

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

Shades of Cornflower Blue #6884EB

Tints of Cornflower Blue #6884EB

RGB

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

 GREEN value IS 132 (51.95% from 255) = 28.03%

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

R = 22.08%
G = 28.03%
B = 49.89%

CMYK

 C value IS 0.56

 M value IS 0.44

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6884EB (or 0x6884EB) is known color: Cornflower Blue. HEX triplet: 68, 84 and EB. RGB value is (104,132,235). Sum of RGB (Red+Green+Blue) = 104+132+235=471 (62% of max value = 765). Red value is 104 (41.02% from 255 or 22.08% from 471); Green value is 132 (51.95% from 255 or 28.03% from 471); Blue value is 235 (92.19% from 255 or 49.89% from 471); Max value from RGB is 235 - color contains mainly: blue. Hex color #6884EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6884EB is #977B14. Grayscale: #868686. Windows color (decimal): -9927445 or 15434856. OLE color: 15434856.

HSL color Cylindrical-coordinate representation of color #6884EB: hue angle of 227.18º 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 #6884EB is Cyan = 0.56, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 104 132 235 -
CMYK 0.56 0.44 0 0.08
HSL 227.18º 0.77% 0.66% -
HSV(B) 227.18º 0.56% 0.92% -
XYZ 28.96 25.44 81.98 -
YUV 135.37 184.22 105.62 -
System Red Green Blue C M Y K H S L
Decimal 104 132 235 0.56 0.44 0 0.08 227.18 0.77 0.66
Hex 68 84 EB 38 2C 0 8 E3 4D 42
Octal 150 204 353 70 54 0 10 343 115 102
Binary 1101000 10000100 11101011 111000 101100 0 1000 11100011 1001101 1000010

Color Harmonies of #6884EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6884EB

Black with #6884EB

Text Example


Text Example

White with #6884EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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