Html Css Color HEX #6390F6 Cornflower Blue

📋 copy color: '#6390F6'

red 99 ◦ green 144 ◦ blue 246

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

Shades of Cornflower Blue #6390F6

Tints of Cornflower Blue #6390F6

RGB

 RED value IS 99 (39.06% from 255) = 20.25%

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

 BLUE value IS 246 (96.48% from 255) = 50.31%

R = 20.25%
G = 29.45%
B = 50.31%

CMYK

 C value IS 0.60

 M value IS 0.41

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#6390F6 (or 0x6390F6) is known color: Cornflower Blue. HEX triplet: 63, 90 and F6. RGB value is (99,144,246). Sum of RGB (Red+Green+Blue) = 99+144+246=489 (64% of max value = 765). Red value is 99 (39.06% from 255 or 20.25% from 489); Green value is 144 (56.64% from 255 or 29.45% from 489); Blue value is 246 (96.48% from 255 or 50.31% from 489); Max value from RGB is 246 - color contains mainly: blue. Hex color #6390F6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6390F6 is #9C6F09. Grayscale: #8D8D8D. Windows color (decimal): -10252042 or 16158819. OLE color: 16158819.

HSL color Cylindrical-coordinate representation of color #6390F6: hue angle of 221.63º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6390F6 is Cyan = 0.60, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 99 144 246 -
CMYK 0.60 0.41 0 0.04
HSL 221.63º 0.89% 0.68% -
HSV(B) 221.63º 0.6% 0.96% -
XYZ 31.75 29.25 91.16 -
YUV 142.17 186.59 97.21 -
System Red Green Blue C M Y K H S L
Decimal 99 144 246 0.60 0.41 0 0.04 221.63 0.89 0.68
Hex 63 90 F6 3C 29 0 4 DE 59 44
Octal 143 220 366 74 51 0 4 336 131 104
Binary 1100011 10010000 11110110 111100 101001 0 100 11011110 1011001 1000100

Color Harmonies of #6390F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6390F6

Black with #6390F6

Text Example


Text Example

White with #6390F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6390F6; }

 p { color: rgb(99,144,246); }

 H1.HeaderClassName
 {
   color: #6390F6;
 }
 .AnyTagClassName
 {
   color: #6390F6;
 }
</style>

background-color css

<style>
 a { background-color: #6390F6; }

 a { background-color: rgb(99,144,246); }

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

border-color css

<style>
 span { border-color: #6390F6; }

 span { border-color: rgb(99,144,246); }

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