Html Css Color HEX #6D90FE Cornflower Blue

📋 copy color: '#6D90FE'

red 109 ◦ green 144 ◦ blue 254

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

Shades of Cornflower Blue #6D90FE

Tints of Cornflower Blue #6D90FE

RGB

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

 GREEN value IS 144 (56.64% from 255) = 28.4%

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

R = 21.5%
G = 28.4%
B = 50.1%

CMYK

 C value IS 0.57

 M value IS 0.43

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6D90FE (or 0x6D90FE) is known color: Cornflower Blue. HEX triplet: 6D, 90 and FE. RGB value is (109,144,254). Sum of RGB (Red+Green+Blue) = 109+144+254=507 (67% of max value = 765). Red value is 109 (42.97% from 255 or 21.50% from 507); Green value is 144 (56.64% from 255 or 28.40% from 507); Blue value is 254 (99.61% from 255 or 50.10% from 507); Max value from RGB is 254 - color contains mainly: blue. Hex color #6D90FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6D90FE is #926F01. Grayscale: #919191. Windows color (decimal): -9596674 or 16683117. OLE color: 16683117.

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

Color convert

RGB 109 144 254 -
CMYK 0.57 0.43 0 0.00
HSL 225.52º 0.99% 0.71% -
HSV(B) 225.52º 0.57% 1% -
XYZ 34.17 30.35 97.82 -
YUV 146.08 188.9 101.56 -
System Red Green Blue C M Y K H S L
Decimal 109 144 254 0.57 0.43 0 0.00 225.52 0.99 0.71
Hex 6D 90 FE 39 2B 0 0 E2 63 47
Octal 155 220 376 71 53 0 0 342 143 107
Binary 1101101 10010000 11111110 111001 101011 0 0 11100010 1100011 1000111

Color Harmonies of #6D90FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D90FE

Black with #6D90FE

Text Example


Text Example

White with #6D90FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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