Html Css Color HEX #6390EB Cornflower Blue

📋 copy color: '#6390EB'

red 99 ◦ green 144 ◦ blue 235

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

Shades of Cornflower Blue #6390EB

Tints of Cornflower Blue #6390EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 49.16%

R = 20.71%
G = 30.13%
B = 49.16%

CMYK

 C value IS 0.58

 M value IS 0.39

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6390EB (or 0x6390EB) is known color: Cornflower Blue. HEX triplet: 63, 90 and EB. RGB value is (99,144,235). Sum of RGB (Red+Green+Blue) = 99+144+235=478 (63% of max value = 765). Red value is 99 (39.06% from 255 or 20.71% from 478); Green value is 144 (56.64% from 255 or 30.13% from 478); Blue value is 235 (92.19% from 255 or 49.16% from 478); Max value from RGB is 235 - color contains mainly: blue. Hex color #6390EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6390EB is #9C6F14. Grayscale: #8C8C8C. Windows color (decimal): -10252053 or 15437923. OLE color: 15437923.

HSL color Cylindrical-coordinate representation of color #6390EB: hue angle of 220.15º degrees, saturation: 0.77, 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 #6390EB is Cyan = 0.58, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 99 144 235 -
CMYK 0.58 0.39 0 0.08
HSL 220.15º 0.77% 0.65% -
HSV(B) 220.15º 0.58% 0.92% -
XYZ 30.11 28.6 82.53 -
YUV 140.92 181.09 98.1 -
System Red Green Blue C M Y K H S L
Decimal 99 144 235 0.58 0.39 0 0.08 220.15 0.77 0.65
Hex 63 90 EB 3A 27 0 8 DC 4D 41
Octal 143 220 353 72 47 0 10 334 115 101
Binary 1100011 10010000 11101011 111010 100111 0 1000 11011100 1001101 1000001

Color Harmonies of #6390EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6390EB

Black with #6390EB

Text Example


Text Example

White with #6390EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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