Html Css Color HEX #6290FD Cornflower Blue

📋 copy color: '#6290FD'

red 98 ◦ green 144 ◦ blue 253

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

Shades of Cornflower Blue #6290FD

Tints of Cornflower Blue #6290FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 51.11%

R = 19.8%
G = 29.09%
B = 51.11%

CMYK

 C value IS 0.61

 M value IS 0.43

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6290FD (or 0x6290FD) is known color: Cornflower Blue. HEX triplet: 62, 90 and FD. RGB value is (98,144,253). Sum of RGB (Red+Green+Blue) = 98+144+253=495 (65% of max value = 765). Red value is 98 (38.67% from 255 or 19.80% from 495); Green value is 144 (56.64% from 255 or 29.09% from 495); Blue value is 253 (99.22% from 255 or 51.11% from 495); Max value from RGB is 253 - color contains mainly: blue. Hex color #6290FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6290FD is #9D6F02. Grayscale: #8E8E8E. Windows color (decimal): -10317571 or 16617570. OLE color: 16617570.

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

Color convert

RGB 98 144 253 -
CMYK 0.61 0.43 0 0.01
HSL 222.19º 0.97% 0.69% -
HSV(B) 222.19º 0.61% 0.99% -
XYZ 32.74 29.64 96.92 -
YUV 142.67 190.26 96.14 -
System Red Green Blue C M Y K H S L
Decimal 98 144 253 0.61 0.43 0 0.01 222.19 0.97 0.69
Hex 62 90 FD 3D 2B 0 1 DE 61 45
Octal 142 220 375 75 53 0 1 336 141 105
Binary 1100010 10010000 11111101 111101 101011 0 1 11011110 1100001 1000101

Color Harmonies of #6290FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6290FD

Black with #6290FD

Text Example


Text Example

White with #6290FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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