Html Css Color HEX #6291F2 Cornflower Blue

📋 copy color: '#6291F2'

red 98 ◦ green 145 ◦ blue 242

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

Shades of Cornflower Blue #6291F2

Tints of Cornflower Blue #6291F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 49.9%

R = 20.21%
G = 29.9%
B = 49.9%

CMYK

 C value IS 0.60

 M value IS 0.40

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#6291F2 (or 0x6291F2) is known color: Cornflower Blue. HEX triplet: 62, 91 and F2. RGB value is (98,145,242). Sum of RGB (Red+Green+Blue) = 98+145+242=485 (64% of max value = 765). Red value is 98 (38.67% from 255 or 20.21% from 485); Green value is 145 (57.03% from 255 or 29.90% from 485); Blue value is 242 (94.92% from 255 or 49.90% from 485); Max value from RGB is 242 - color contains mainly: blue. Hex color #6291F2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6291F2 is #9D6E0D. Grayscale: #8D8D8D. Windows color (decimal): -10317326 or 15896930. OLE color: 15896930.

HSL color Cylindrical-coordinate representation of color #6291F2: hue angle of 220.42º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6291F2 is Cyan = 0.60, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 98 145 242 -
CMYK 0.60 0.40 0 0.05
HSL 220.42º 0.85% 0.67% -
HSV(B) 220.42º 0.6% 0.95% -
XYZ 31.19 29.26 88.01 -
YUV 142.01 184.43 96.61 -
System Red Green Blue C M Y K H S L
Decimal 98 145 242 0.60 0.40 0 0.05 220.42 0.85 0.67
Hex 62 91 F2 3C 28 0 5 DC 55 43
Octal 142 221 362 74 50 0 5 334 125 103
Binary 1100010 10010001 11110010 111100 101000 0 101 11011100 1010101 1000011

Color Harmonies of #6291F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6291F2

Black with #6291F2

Text Example


Text Example

White with #6291F2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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