Html Css Color HEX #6291FE Cornflower Blue

📋 copy color: '#6291FE'

red 98 ◦ green 145 ◦ blue 254

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

Shades of Cornflower Blue #6291FE

Tints of Cornflower Blue #6291FE

RGB

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

 GREEN value IS 145 (57.03% from 255) = 29.18%

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

R = 19.72%
G = 29.18%
B = 51.11%

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

#6291FE (or 0x6291FE) is known color: Cornflower Blue. HEX triplet: 62, 91 and FE. RGB value is (98,145,254). Sum of RGB (Red+Green+Blue) = 98+145+254=497 (65% of max value = 765). Red value is 98 (38.67% from 255 or 19.72% from 497); Green value is 145 (57.03% from 255 or 29.18% from 497); Blue value is 254 (99.61% from 255 or 51.11% from 497); Max value from RGB is 254 - color contains mainly: blue. Hex color #6291FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6291FE is #9D6E01. Grayscale: #8E8E8E. Windows color (decimal): -10317314 or 16683362. OLE color: 16683362.

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

Color convert

RGB 98 145 254 -
CMYK 0.61 0.43 0 0.00
HSL 221.92º 0.99% 0.69% -
HSV(B) 221.92º 0.61% 1% -
XYZ 33.05 30 97.82 -
YUV 143.37 190.43 95.64 -
System Red Green Blue C M Y K H S L
Decimal 98 145 254 0.61 0.43 0 0.00 221.92 0.99 0.69
Hex 62 91 FE 3D 2B 0 0 DE 63 45
Octal 142 221 376 75 53 0 0 336 143 105
Binary 1100010 10010001 11111110 111101 101011 0 0 11011110 1100011 1000101

Color Harmonies of #6291FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6291FE

Black with #6291FE

Text Example


Text Example

White with #6291FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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