Html Css Color HEX #6390EE Cornflower Blue

📋 copy color: '#6390EE'

red 99 ◦ green 144 ◦ blue 238

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

Shades of Cornflower Blue #6390EE

Tints of Cornflower Blue #6390EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 49.48%

R = 20.58%
G = 29.94%
B = 49.48%

CMYK

 C value IS 0.58

 M value IS 0.39

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6390EE (or 0x6390EE) is known color: Cornflower Blue. HEX triplet: 63, 90 and EE. RGB value is (99,144,238). Sum of RGB (Red+Green+Blue) = 99+144+238=481 (63% of max value = 765). Red value is 99 (39.06% from 255 or 20.58% from 481); Green value is 144 (56.64% from 255 or 29.94% from 481); Blue value is 238 (93.36% from 255 or 49.48% from 481); Max value from RGB is 238 - color contains mainly: blue. Hex color #6390EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6390EE is #9C6F11. Grayscale: #8C8C8C. Windows color (decimal): -10252050 or 15634531. OLE color: 15634531.

HSL color Cylindrical-coordinate representation of color #6390EE: hue angle of 220.58º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6390EE is Cyan = 0.58, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 99 144 238 -
CMYK 0.58 0.39 0 0.07
HSL 220.58º 0.8% 0.66% -
HSV(B) 220.58º 0.58% 0.93% -
XYZ 30.55 28.77 84.83 -
YUV 141.26 182.59 97.86 -
System Red Green Blue C M Y K H S L
Decimal 99 144 238 0.58 0.39 0 0.07 220.58 0.8 0.66
Hex 63 90 EE 3A 27 0 7 DD 50 42
Octal 143 220 356 72 47 0 7 335 120 102
Binary 1100011 10010000 11101110 111010 100111 0 111 11011101 1010000 1000010

Color Harmonies of #6390EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6390EE

Black with #6390EE

Text Example


Text Example

White with #6390EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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