Html Css Color HEX #6090FE Cornflower Blue

📋 copy color: '#6090FE'

red 96 ◦ green 144 ◦ blue 254

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

Shades of Cornflower Blue #6090FE

Tints of Cornflower Blue #6090FE

RGB

 RED value IS 96 (37.89% from 255) = 19.43%

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

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

R = 19.43%
G = 29.15%
B = 51.42%

CMYK

 C value IS 0.62

 M value IS 0.43

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6090FE (or 0x6090FE) is known color: Cornflower Blue. HEX triplet: 60, 90 and FE. RGB value is (96,144,254). Sum of RGB (Red+Green+Blue) = 96+144+254=494 (65% of max value = 765). Red value is 96 (37.89% from 255 or 19.43% from 494); Green value is 144 (56.64% from 255 or 29.15% from 494); Blue value is 254 (99.61% from 255 or 51.42% from 494); Max value from RGB is 254 - color contains mainly: blue. Hex color #6090FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6090FE is #9F6F01. Grayscale: #8D8D8D. Windows color (decimal): -10448642 or 16683104. OLE color: 16683104.

HSL color Cylindrical-coordinate representation of color #6090FE: hue angle of 221.77º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6090FE is Cyan = 0.62, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 96 144 254 -
CMYK 0.62 0.43 0 0.00
HSL 221.77º 0.99% 0.69% -
HSV(B) 221.77º 0.62% 1% -
XYZ 32.69 29.59 97.75 -
YUV 142.19 191.1 95.06 -
System Red Green Blue C M Y K H S L
Decimal 96 144 254 0.62 0.43 0 0.00 221.77 0.99 0.69
Hex 60 90 FE 3E 2B 0 0 DE 63 45
Octal 140 220 376 76 53 0 0 336 143 105
Binary 1100000 10010000 11111110 111110 101011 0 0 11011110 1100011 1000101

Color Harmonies of #6090FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6090FE

Black with #6090FE

Text Example


Text Example

White with #6090FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6090FE; }

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

 H1.HeaderClassName
 {
   color: #6090FE;
 }
 .AnyTagClassName
 {
   color: #6090FE;
 }
</style>

background-color css

<style>
 a { background-color: #6090FE; }

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

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

border-color css

<style>
 span { border-color: #6090FE; }

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

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