Html Css Color HEX #6884EE Cornflower Blue

📋 copy color: '#6884EE'

red 104 ◦ green 132 ◦ blue 238

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

Shades of Cornflower Blue #6884EE

Tints of Cornflower Blue #6884EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 50.21%

R = 21.94%
G = 27.85%
B = 50.21%

CMYK

 C value IS 0.56

 M value IS 0.45

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6884EE (or 0x6884EE) is known color: Cornflower Blue. HEX triplet: 68, 84 and EE. RGB value is (104,132,238). Sum of RGB (Red+Green+Blue) = 104+132+238=474 (62% of max value = 765). Red value is 104 (41.02% from 255 or 21.94% from 474); Green value is 132 (51.95% from 255 or 27.85% from 474); Blue value is 238 (93.36% from 255 or 50.21% from 474); Max value from RGB is 238 - color contains mainly: blue. Hex color #6884EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6884EE is #977B11. Grayscale: #878787. Windows color (decimal): -9927442 or 15631464. OLE color: 15631464.

HSL color Cylindrical-coordinate representation of color #6884EE: hue angle of 227.46º degrees, saturation: 0.8, 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 #6884EE is Cyan = 0.56, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 104 132 238 -
CMYK 0.56 0.45 0 0.07
HSL 227.46º 0.8% 0.67% -
HSV(B) 227.46º 0.56% 0.93% -
XYZ 29.39 25.62 84.28 -
YUV 135.71 185.72 105.38 -
System Red Green Blue C M Y K H S L
Decimal 104 132 238 0.56 0.45 0 0.07 227.46 0.8 0.67
Hex 68 84 EE 38 2D 0 7 E3 50 43
Octal 150 204 356 70 55 0 7 343 120 103
Binary 1101000 10000100 11101110 111000 101101 0 111 11100011 1010000 1000011

Color Harmonies of #6884EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6884EE

Black with #6884EE

Text Example


Text Example

White with #6884EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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