Html Css Color HEX #6896DC Cornflower Blue

📋 copy color: '#6896DC'

red 104 ◦ green 150 ◦ blue 220

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

Shades of Cornflower Blue #6896DC

Tints of Cornflower Blue #6896DC

RGB

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

 GREEN value IS 150 (58.98% from 255) = 31.65%

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

R = 21.94%
G = 31.65%
B = 46.41%

CMYK

 C value IS 0.53

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6896DC (or 0x6896DC) is known color: Cornflower Blue. HEX triplet: 68, 96 and DC. RGB value is (104,150,220). Sum of RGB (Red+Green+Blue) = 104+150+220=474 (62% of max value = 765). Red value is 104 (41.02% from 255 or 21.94% from 474); Green value is 150 (58.98% from 255 or 31.65% from 474); Blue value is 220 (86.33% from 255 or 46.41% from 474); Max value from RGB is 220 - color contains mainly: blue. Hex color #6896DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6896DC is #976923. Grayscale: #8F8F8F. Windows color (decimal): -9922852 or 14456424. OLE color: 14456424.

HSL color Cylindrical-coordinate representation of color #6896DC: hue angle of 216.21º 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 #6896DC is Cyan = 0.53, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 104 150 220 -
CMYK 0.53 0.32 0 0.14
HSL 216.21º 0.62% 0.64% -
HSV(B) 216.21º 0.53% 0.86% -
XYZ 29.53 29.92 71.93 -
YUV 144.23 170.76 99.31 -
System Red Green Blue C M Y K H S L
Decimal 104 150 220 0.53 0.32 0 0.14 216.21 0.62 0.64
Hex 68 96 DC 35 20 0 E D8 3E 40
Octal 150 226 334 65 40 0 16 330 76 100
Binary 1101000 10010110 11011100 110101 100000 0 1110 11011000 111110 1000000

Color Harmonies of #6896DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6896DC

Black with #6896DC

Text Example


Text Example

White with #6896DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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