Html Css Color HEX #6396FE Cornflower Blue

📋 copy color: '#6396FE'

red 99 ◦ green 150 ◦ blue 254

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

Shades of Cornflower Blue #6396FE

Tints of Cornflower Blue #6396FE

RGB

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

 GREEN value IS 150 (58.98% from 255) = 29.82%

 BLUE value IS 254 (99.61% from 255) = 50.5%

R = 19.68%
G = 29.82%
B = 50.5%

CMYK

 C value IS 0.61

 M value IS 0.41

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6396FE (or 0x6396FE) is known color: Cornflower Blue. HEX triplet: 63, 96 and FE. RGB value is (99,150,254). Sum of RGB (Red+Green+Blue) = 99+150+254=503 (66% of max value = 765). Red value is 99 (39.06% from 255 or 19.68% from 503); Green value is 150 (58.98% from 255 or 29.82% from 503); Blue value is 254 (99.61% from 255 or 50.50% from 503); Max value from RGB is 254 - color contains mainly: blue. Hex color #6396FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6396FE is #9C6901. Grayscale: #929292. Windows color (decimal): -10250498 or 16684643. OLE color: 16684643.

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

Color convert

RGB 99 150 254 -
CMYK 0.61 0.41 0 0.00
HSL 220.26º 0.99% 0.69% -
HSV(B) 220.26º 0.61% 1% -
XYZ 33.94 31.62 98.08 -
YUV 146.61 188.6 94.04 -
System Red Green Blue C M Y K H S L
Decimal 99 150 254 0.61 0.41 0 0.00 220.26 0.99 0.69
Hex 63 96 FE 3D 29 0 0 DC 63 45
Octal 143 226 376 75 51 0 0 334 143 105
Binary 1100011 10010110 11111110 111101 101001 0 0 11011100 1100011 1000101

Color Harmonies of #6396FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6396FE

Black with #6396FE

Text Example


Text Example

White with #6396FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6396FE; }

 p { color: rgb(99,150,254); }

 H1.HeaderClassName
 {
   color: #6396FE;
 }
 .AnyTagClassName
 {
   color: #6396FE;
 }
</style>

background-color css

<style>
 a { background-color: #6396FE; }

 a { background-color: rgb(99,150,254); }

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

border-color css

<style>
 span { border-color: #6396FE; }

 span { border-color: rgb(99,150,254); }

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