Html Css Color HEX #6896DB Cornflower Blue

📋 copy color: '#6896DB'

red 104 ◦ green 150 ◦ blue 219

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

Shades of Cornflower Blue #6896DB

Tints of Cornflower Blue #6896DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 46.3%

R = 21.99%
G = 31.71%
B = 46.3%

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

#6896DB (or 0x6896DB) is known color: Cornflower Blue. HEX triplet: 68, 96 and DB. RGB value is (104,150,219). Sum of RGB (Red+Green+Blue) = 104+150+219=473 (62% of max value = 765). Red value is 104 (41.02% from 255 or 21.99% from 473); Green value is 150 (58.98% from 255 or 31.71% from 473); Blue value is 219 (85.94% from 255 or 46.30% from 473); Max value from RGB is 219 - color contains mainly: blue. Hex color #6896DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6896DB is #976924. Grayscale: #8F8F8F. Windows color (decimal): -9922853 or 14390888. OLE color: 14390888.

HSL color Cylindrical-coordinate representation of color #6896DB: hue angle of 216º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6896DB is Cyan = 0.53, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 104 150 219 -
CMYK 0.53 0.32 0 0.14
HSL 216º 0.61% 0.63% -
HSV(B) 216º 0.53% 0.86% -
XYZ 29.4 29.87 71.23 -
YUV 144.11 170.26 99.39 -
System Red Green Blue C M Y K H S L
Decimal 104 150 219 0.53 0.32 0 0.14 216 0.61 0.63
Hex 68 96 DB 35 20 0 E D8 3D 3F
Octal 150 226 333 65 40 0 16 330 75 77
Binary 1101000 10010110 11011011 110101 100000 0 1110 11011000 111101 111111

Color Harmonies of #6896DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6896DB

Black with #6896DB

Text Example


Text Example

White with #6896DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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