Html Css Color HEX #6290EA Cornflower Blue

📋 copy color: '#6290EA'

red 98 ◦ green 144 ◦ blue 234

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

Shades of Cornflower Blue #6290EA

Tints of Cornflower Blue #6290EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 49.16%

R = 20.59%
G = 30.25%
B = 49.16%

CMYK

 C value IS 0.58

 M value IS 0.38

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6290EA (or 0x6290EA) is known color: Cornflower Blue. HEX triplet: 62, 90 and EA. RGB value is (98,144,234). Sum of RGB (Red+Green+Blue) = 98+144+234=476 (63% of max value = 765). Red value is 98 (38.67% from 255 or 20.59% from 476); Green value is 144 (56.64% from 255 or 30.25% from 476); Blue value is 234 (91.80% from 255 or 49.16% from 476); Max value from RGB is 234 - color contains mainly: blue. Hex color #6290EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6290EA is #9D6F15. Grayscale: #8C8C8C. Windows color (decimal): -10317590 or 15372386. OLE color: 15372386.

HSL color Cylindrical-coordinate representation of color #6290EA: hue angle of 219.71º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6290EA is Cyan = 0.58, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 98 144 234 -
CMYK 0.58 0.38 0 0.08
HSL 219.71º 0.76% 0.65% -
HSV(B) 219.71º 0.58% 0.92% -
XYZ 29.86 28.48 81.77 -
YUV 140.51 180.76 97.68 -
System Red Green Blue C M Y K H S L
Decimal 98 144 234 0.58 0.38 0 0.08 219.71 0.76 0.65
Hex 62 90 EA 3A 26 0 8 DC 4C 41
Octal 142 220 352 72 46 0 10 334 114 101
Binary 1100010 10010000 11101010 111010 100110 0 1000 11011100 1001100 1000001

Color Harmonies of #6290EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6290EA

Black with #6290EA

Text Example


Text Example

White with #6290EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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