Html Css Color HEX #6D9EFA Cornflower Blue

📋 copy color: '#6D9EFA'

red 109 ◦ green 158 ◦ blue 250

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

Shades of Cornflower Blue #6D9EFA

Tints of Cornflower Blue #6D9EFA

RGB

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

 GREEN value IS 158 (62.11% from 255) = 30.56%

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

R = 21.08%
G = 30.56%
B = 48.36%

CMYK

 C value IS 0.56

 M value IS 0.37

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6D9EFA (or 0x6D9EFA) is known color: Cornflower Blue. HEX triplet: 6D, 9E and FA. RGB value is (109,158,250). Sum of RGB (Red+Green+Blue) = 109+158+250=517 (68% of max value = 765). Red value is 109 (42.97% from 255 or 21.08% from 517); Green value is 158 (62.11% from 255 or 30.56% from 517); Blue value is 250 (98.05% from 255 or 48.36% from 517); Max value from RGB is 250 - color contains mainly: blue. Hex color #6D9EFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6D9EFA is #926105. Grayscale: #999999. Windows color (decimal): -9593094 or 16424557. OLE color: 16424557.

HSL color Cylindrical-coordinate representation of color #6D9EFA: hue angle of 219.15º 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 #6D9EFA is Cyan = 0.56, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 109 158 250 -
CMYK 0.56 0.37 0 0.02
HSL 219.15º 0.93% 0.7% -
HSV(B) 219.15º 0.56% 0.98% -
XYZ 35.79 34.61 95.24 -
YUV 153.84 182.27 96.02 -
System Red Green Blue C M Y K H S L
Decimal 109 158 250 0.56 0.37 0 0.02 219.15 0.93 0.7
Hex 6D 9E FA 38 25 0 2 DB 5D 46
Octal 155 236 372 70 45 0 2 333 135 106
Binary 1101101 10011110 11111010 111000 100101 0 10 11011011 1011101 1000110

Color Harmonies of #6D9EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D9EFA

Black with #6D9EFA

Text Example


Text Example

White with #6D9EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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