Html Css Color HEX #6894DB Cornflower Blue

📋 copy color: '#6894DB'

red 104 ◦ green 148 ◦ blue 219

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

Shades of Cornflower Blue #6894DB

Tints of Cornflower Blue #6894DB

RGB

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

 GREEN value IS 148 (58.2% from 255) = 31.42%

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

R = 22.08%
G = 31.42%
B = 46.5%

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

#6894DB (or 0x6894DB) is known color: Cornflower Blue. HEX triplet: 68, 94 and DB. RGB value is (104,148,219). Sum of RGB (Red+Green+Blue) = 104+148+219=471 (62% of max value = 765). Red value is 104 (41.02% from 255 or 22.08% from 471); Green value is 148 (58.20% from 255 or 31.42% from 471); Blue value is 219 (85.94% from 255 or 46.50% from 471); Max value from RGB is 219 - color contains mainly: blue. Hex color #6894DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6894DB is #976B24. Grayscale: #8E8E8E. Windows color (decimal): -9923365 or 14390376. OLE color: 14390376.

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

Color convert

RGB 104 148 219 -
CMYK 0.53 0.32 0 0.14
HSL 217.04º 0.61% 0.63% -
HSV(B) 217.04º 0.53% 0.86% -
XYZ 29.09 29.24 71.13 -
YUV 142.94 170.92 100.23 -
System Red Green Blue C M Y K H S L
Decimal 104 148 219 0.53 0.32 0 0.14 217.04 0.61 0.63
Hex 68 94 DB 35 20 0 E D9 3D 3F
Octal 150 224 333 65 40 0 16 331 75 77
Binary 1101000 10010100 11011011 110101 100000 0 1110 11011001 111101 111111

Color Harmonies of #6894DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6894DB

Black with #6894DB

Text Example


Text Example

White with #6894DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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