Html Css Color HEX #6884DC Cornflower Blue

📋 copy color: '#6884DC'

red 104 ◦ green 132 ◦ blue 220

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

Shades of Cornflower Blue #6884DC

Tints of Cornflower Blue #6884DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 48.25%

R = 22.81%
G = 28.95%
B = 48.25%

CMYK

 C value IS 0.53

 M value IS 0.40

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6884DC (or 0x6884DC) is known color: Cornflower Blue. HEX triplet: 68, 84 and DC. RGB value is (104,132,220). Sum of RGB (Red+Green+Blue) = 104+132+220=456 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.81% from 456); Green value is 132 (51.95% from 255 or 28.95% from 456); Blue value is 220 (86.33% from 255 or 48.25% from 456); Max value from RGB is 220 - color contains mainly: blue. Hex color #6884DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6884DC is #977B23. Grayscale: #858585. Windows color (decimal): -9927460 or 14451816. OLE color: 14451816.

HSL color Cylindrical-coordinate representation of color #6884DC: hue angle of 225.52º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6884DC is Cyan = 0.53, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 104 132 220 -
CMYK 0.53 0.40 0 0.14
HSL 225.52º 0.62% 0.64% -
HSV(B) 225.52º 0.53% 0.86% -
XYZ 26.88 24.61 71.04 -
YUV 133.66 176.72 106.84 -
System Red Green Blue C M Y K H S L
Decimal 104 132 220 0.53 0.40 0 0.14 225.52 0.62 0.64
Hex 68 84 DC 35 28 0 E E2 3E 40
Octal 150 204 334 65 50 0 16 342 76 100
Binary 1101000 10000100 11011100 110101 101000 0 1110 11100010 111110 1000000

Color Harmonies of #6884DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6884DC

Black with #6884DC

Text Example


Text Example

White with #6884DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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