Html Css Color HEX #6390FF Cornflower Blue

📋 copy color: '#6390FF'

red 99 ◦ green 144 ◦ blue 255

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

Shades of Cornflower Blue #6390FF

Tints of Cornflower Blue #6390FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 51.2%

R = 19.88%
G = 28.92%
B = 51.2%

CMYK

 C value IS 0.61

 M value IS 0.44

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6390FF (or 0x6390FF) is known color: Cornflower Blue. HEX triplet: 63, 90 and FF. RGB value is (99,144,255). Sum of RGB (Red+Green+Blue) = 99+144+255=498 (65% of max value = 765). Red value is 99 (39.06% from 255 or 19.88% from 498); Green value is 144 (56.64% from 255 or 28.92% from 498); Blue value is 255 (100% from 255 or 51.20% from 498); Max value from RGB is 255 - color contains mainly: blue. Hex color #6390FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6390FF is #9C6F00. Grayscale: #8E8E8E. Windows color (decimal): -10252033 or 16748643. OLE color: 16748643.

HSL color Cylindrical-coordinate representation of color #6390FF: hue angle of 222.69º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6390FF is Cyan = 0.61, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 99 144 255 -
CMYK 0.61 0.44 0 0
HSL 222.69º 1% 0.69% -
HSV(B) 222.69º 0.61% 1% -
XYZ 33.17 29.82 98.62 -
YUV 143.2 191.09 96.47 -
System Red Green Blue C M Y K H S L
Decimal 99 144 255 0.61 0.44 0 0 222.69 1 0.69
Hex 63 90 FF 3D 2C 0 0 DF 64 45
Octal 143 220 377 75 54 0 0 337 144 105
Binary 1100011 10010000 11111111 111101 101100 0 0 11011111 1100100 1000101

Color Harmonies of #6390FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6390FF

Black with #6390FF

Text Example


Text Example

White with #6390FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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