Html Css Color HEX #6390FB Cornflower Blue

📋 copy color: '#6390FB'

red 99 ◦ green 144 ◦ blue 251

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

Shades of Cornflower Blue #6390FB

Tints of Cornflower Blue #6390FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 50.81%

R = 20.04%
G = 29.15%
B = 50.81%

CMYK

 C value IS 0.61

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6390FB (or 0x6390FB) is known color: Cornflower Blue. HEX triplet: 63, 90 and FB. RGB value is (99,144,251). Sum of RGB (Red+Green+Blue) = 99+144+251=494 (65% of max value = 765). Red value is 99 (39.06% from 255 or 20.04% from 494); Green value is 144 (56.64% from 255 or 29.15% from 494); Blue value is 251 (98.44% from 255 or 50.81% from 494); Max value from RGB is 251 - color contains mainly: blue. Hex color #6390FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6390FB is #9C6F04. Grayscale: #8E8E8E. Windows color (decimal): -10252037 or 16486499. OLE color: 16486499.

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

Color convert

RGB 99 144 251 -
CMYK 0.61 0.43 0 0.02
HSL 222.24º 0.95% 0.69% -
HSV(B) 222.24º 0.61% 0.98% -
XYZ 32.53 29.56 95.26 -
YUV 142.74 189.09 96.8 -
System Red Green Blue C M Y K H S L
Decimal 99 144 251 0.61 0.43 0 0.02 222.24 0.95 0.69
Hex 63 90 FB 3D 2B 0 2 DE 5F 45
Octal 143 220 373 75 53 0 2 336 137 105
Binary 1100011 10010000 11111011 111101 101011 0 10 11011110 1011111 1000101

Color Harmonies of #6390FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6390FB

Black with #6390FB

Text Example


Text Example

White with #6390FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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