Html Css Color HEX #6D94DB Cornflower Blue

📋 copy color: '#6D94DB'

red 109 ◦ green 148 ◦ blue 219

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

Shades of Cornflower Blue #6D94DB

Tints of Cornflower Blue #6D94DB

RGB

 RED value IS 109 (42.97% from 255) = 22.9%

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

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

R = 22.9%
G = 31.09%
B = 46.01%

CMYK

 C value IS 0.50

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6D94DB (or 0x6D94DB) is known color: Cornflower Blue. HEX triplet: 6D, 94 and DB. RGB value is (109,148,219). Sum of RGB (Red+Green+Blue) = 109+148+219=476 (63% of max value = 765). Red value is 109 (42.97% from 255 or 22.90% from 476); Green value is 148 (58.20% from 255 or 31.09% from 476); Blue value is 219 (85.94% from 255 or 46.01% from 476); Max value from RGB is 219 - color contains mainly: blue. Hex color #6D94DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D94DB is #926B24. Grayscale: #909090. Windows color (decimal): -9595685 or 14390381. OLE color: 14390381.

HSL color Cylindrical-coordinate representation of color #6D94DB: hue angle of 218.73º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6D94DB is Cyan = 0.50, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 109 148 219 -
CMYK 0.50 0.32 0 0.14
HSL 218.73º 0.6% 0.64% -
HSV(B) 218.73º 0.5% 0.86% -
XYZ 29.68 29.55 71.16 -
YUV 144.43 170.08 102.73 -
System Red Green Blue C M Y K H S L
Decimal 109 148 219 0.50 0.32 0 0.14 218.73 0.6 0.64
Hex 6D 94 DB 32 20 0 E DB 3C 40
Octal 155 224 333 62 40 0 16 333 74 100
Binary 1101101 10010100 11011011 110010 100000 0 1110 11011011 111100 1000000

Color Harmonies of #6D94DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D94DB

Black with #6D94DB

Text Example


Text Example

White with #6D94DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6D94DB; }

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

 H1.HeaderClassName
 {
   color: #6D94DB;
 }
 .AnyTagClassName
 {
   color: #6D94DB;
 }
</style>

background-color css

<style>
 a { background-color: #6D94DB; }

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

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

border-color css

<style>
 span { border-color: #6D94DB; }

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

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