Html Css Color HEX #6D9FFA Cornflower Blue

📋 copy color: '#6D9FFA'

red 109 ◦ green 159 ◦ blue 250

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

Shades of Cornflower Blue #6D9FFA

Tints of Cornflower Blue #6D9FFA

RGB

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

 GREEN value IS 159 (62.5% from 255) = 30.69%

 BLUE value IS 250 (98.05% from 255) = 48.26%

R = 21.04%
G = 30.69%
B = 48.26%

CMYK

 C value IS 0.56

 M value IS 0.36

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6D9FFA (or 0x6D9FFA) is known color: Cornflower Blue. HEX triplet: 6D, 9F and FA. RGB value is (109,159,250). Sum of RGB (Red+Green+Blue) = 109+159+250=518 (68% of max value = 765). Red value is 109 (42.97% from 255 or 21.04% from 518); Green value is 159 (62.5% from 255 or 30.69% from 518); Blue value is 250 (98.05% from 255 or 48.26% from 518); Max value from RGB is 250 - color contains mainly: blue. Hex color #6D9FFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6D9FFA is #926005. Grayscale: #9A9A9A. Windows color (decimal): -9592838 or 16424813. OLE color: 16424813.

HSL color Cylindrical-coordinate representation of color #6D9FFA: hue angle of 218.72º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6D9FFA is Cyan = 0.56, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 109 159 250 -
CMYK 0.56 0.36 0 0.02
HSL 218.72º 0.93% 0.7% -
HSV(B) 218.72º 0.56% 0.98% -
XYZ 35.96 34.95 95.29 -
YUV 154.42 181.94 95.6 -
System Red Green Blue C M Y K H S L
Decimal 109 159 250 0.56 0.36 0 0.02 218.72 0.93 0.7
Hex 6D 9F FA 38 24 0 2 DB 5D 46
Octal 155 237 372 70 44 0 2 333 135 106
Binary 1101101 10011111 11111010 111000 100100 0 10 11011011 1011101 1000110

Color Harmonies of #6D9FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D9FFA

Black with #6D9FFA

Text Example


Text Example

White with #6D9FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,159,250); }

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

background-color css

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

 a { background-color: rgb(109,159,250); }

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

border-color css

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

 span { border-color: rgb(109,159,250); }

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