Html Css Color HEX #6D9AFE Cornflower Blue

📋 copy color: '#6D9AFE'

red 109 ◦ green 154 ◦ blue 254

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

Shades of Cornflower Blue #6D9AFE

Tints of Cornflower Blue #6D9AFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 49.13%

R = 21.08%
G = 29.79%
B = 49.13%

CMYK

 C value IS 0.57

 M value IS 0.39

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6D9AFE (or 0x6D9AFE) is known color: Cornflower Blue. HEX triplet: 6D, 9A and FE. RGB value is (109,154,254). Sum of RGB (Red+Green+Blue) = 109+154+254=517 (68% of max value = 765). Red value is 109 (42.97% from 255 or 21.08% from 517); Green value is 154 (60.55% from 255 or 29.79% from 517); Blue value is 254 (99.61% from 255 or 49.13% from 517); Max value from RGB is 254 - color contains mainly: blue. Hex color #6D9AFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6D9AFE is #926501. Grayscale: #979797. Windows color (decimal): -9594114 or 16685677. OLE color: 16685677.

HSL color Cylindrical-coordinate representation of color #6D9AFE: hue angle of 221.38º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6D9AFE is Cyan = 0.57, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 109 154 254 -
CMYK 0.57 0.39 0 0.00
HSL 221.38º 0.99% 0.71% -
HSV(B) 221.38º 0.57% 1% -
XYZ 35.75 33.52 98.35 -
YUV 151.95 185.59 97.37 -
System Red Green Blue C M Y K H S L
Decimal 109 154 254 0.57 0.39 0 0.00 221.38 0.99 0.71
Hex 6D 9A FE 39 27 0 0 DD 63 47
Octal 155 232 376 71 47 0 0 335 143 107
Binary 1101101 10011010 11111110 111001 100111 0 0 11011101 1100011 1000111

Color Harmonies of #6D9AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D9AFE

Black with #6D9AFE

Text Example


Text Example

White with #6D9AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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