Html Css Color HEX #6290FE Cornflower Blue

📋 copy color: '#6290FE'

red 98 ◦ green 144 ◦ blue 254

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

Shades of Cornflower Blue #6290FE

Tints of Cornflower Blue #6290FE

RGB

 RED value IS 98 (38.67% from 255) = 19.76%

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

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

R = 19.76%
G = 29.03%
B = 51.21%

CMYK

 C value IS 0.61

 M value IS 0.43

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6290FE (or 0x6290FE) is known color: Cornflower Blue. HEX triplet: 62, 90 and FE. RGB value is (98,144,254). Sum of RGB (Red+Green+Blue) = 98+144+254=496 (65% of max value = 765). Red value is 98 (38.67% from 255 or 19.76% from 496); Green value is 144 (56.64% from 255 or 29.03% from 496); Blue value is 254 (99.61% from 255 or 51.21% from 496); Max value from RGB is 254 - color contains mainly: blue. Hex color #6290FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6290FE is #9D6F01. Grayscale: #8E8E8E. Windows color (decimal): -10317570 or 16683106. OLE color: 16683106.

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

Color convert

RGB 98 144 254 -
CMYK 0.61 0.43 0 0.00
HSL 222.31º 0.99% 0.69% -
HSV(B) 222.31º 0.61% 1% -
XYZ 32.9 29.7 97.76 -
YUV 142.79 190.76 96.06 -
System Red Green Blue C M Y K H S L
Decimal 98 144 254 0.61 0.43 0 0.00 222.31 0.99 0.69
Hex 62 90 FE 3D 2B 0 0 DE 63 45
Octal 142 220 376 75 53 0 0 336 143 105
Binary 1100010 10010000 11111110 111101 101011 0 0 11011110 1100011 1000101

Color Harmonies of #6290FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6290FE

Black with #6290FE

Text Example


Text Example

White with #6290FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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