Html Css Color HEX #6D94FE Cornflower Blue

📋 copy color: '#6D94FE'

red 109 ◦ green 148 ◦ blue 254

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

Shades of Cornflower Blue #6D94FE

Tints of Cornflower Blue #6D94FE

RGB

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

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

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

R = 21.33%
G = 28.96%
B = 49.71%

CMYK

 C value IS 0.57

 M value IS 0.42

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6D94FE (or 0x6D94FE) is known color: Cornflower Blue. HEX triplet: 6D, 94 and FE. RGB value is (109,148,254). Sum of RGB (Red+Green+Blue) = 109+148+254=511 (67% of max value = 765). Red value is 109 (42.97% from 255 or 21.33% from 511); Green value is 148 (58.20% from 255 or 28.96% from 511); Blue value is 254 (99.61% from 255 or 49.71% from 511); Max value from RGB is 254 - color contains mainly: blue. Hex color #6D94FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6D94FE is #926B01. Grayscale: #939393. Windows color (decimal): -9595650 or 16684141. OLE color: 16684141.

HSL color Cylindrical-coordinate representation of color #6D94FE: hue angle of 223.86º 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 #6D94FE is Cyan = 0.57, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 109 148 254 -
CMYK 0.57 0.42 0 0.00
HSL 223.86º 0.99% 0.71% -
HSV(B) 223.86º 0.57% 1% -
XYZ 34.79 31.59 98.03 -
YUV 148.42 187.58 99.88 -
System Red Green Blue C M Y K H S L
Decimal 109 148 254 0.57 0.42 0 0.00 223.86 0.99 0.71
Hex 6D 94 FE 39 2A 0 0 E0 63 47
Octal 155 224 376 71 52 0 0 340 143 107
Binary 1101101 10010100 11111110 111001 101010 0 0 11100000 1100011 1000111

Color Harmonies of #6D94FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D94FE

Black with #6D94FE

Text Example


Text Example

White with #6D94FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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