Html Css Color HEX #6D9AFA Cornflower Blue

📋 copy color: '#6D9AFA'

red 109 ◦ green 154 ◦ blue 250

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

Shades of Cornflower Blue #6D9AFA

Tints of Cornflower Blue #6D9AFA

RGB

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

 GREEN value IS 154 (60.55% from 255) = 30.02%

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

R = 21.25%
G = 30.02%
B = 48.73%

CMYK

 C value IS 0.56

 M value IS 0.38

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6D9AFA (or 0x6D9AFA) is known color: Cornflower Blue. HEX triplet: 6D, 9A and FA. RGB value is (109,154,250). Sum of RGB (Red+Green+Blue) = 109+154+250=513 (67% of max value = 765). Red value is 109 (42.97% from 255 or 21.25% from 513); Green value is 154 (60.55% from 255 or 30.02% from 513); Blue value is 250 (98.05% from 255 or 48.73% from 513); Max value from RGB is 250 - color contains mainly: blue. Hex color #6D9AFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6D9AFA is #926505. Grayscale: #979797. Windows color (decimal): -9594118 or 16423533. OLE color: 16423533.

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

Color convert

RGB 109 154 250 -
CMYK 0.56 0.38 0 0.02
HSL 220.85º 0.93% 0.7% -
HSV(B) 220.85º 0.56% 0.98% -
XYZ 35.12 33.26 95.01 -
YUV 151.49 183.59 97.69 -
System Red Green Blue C M Y K H S L
Decimal 109 154 250 0.56 0.38 0 0.02 220.85 0.93 0.7
Hex 6D 9A FA 38 26 0 2 DD 5D 46
Octal 155 232 372 70 46 0 2 335 135 106
Binary 1101101 10011010 11111010 111000 100110 0 10 11011101 1011101 1000110

Color Harmonies of #6D9AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D9AFA

Black with #6D9AFA

Text Example


Text Example

White with #6D9AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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