Html Css Color HEX #6396F8 Cornflower Blue

📋 copy color: '#6396F8'

red 99 ◦ green 150 ◦ blue 248

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

Shades of Cornflower Blue #6396F8

Tints of Cornflower Blue #6396F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 49.9%

R = 19.92%
G = 30.18%
B = 49.9%

CMYK

 C value IS 0.60

 M value IS 0.40

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#6396F8 (or 0x6396F8) is known color: Cornflower Blue. HEX triplet: 63, 96 and F8. RGB value is (99,150,248). Sum of RGB (Red+Green+Blue) = 99+150+248=497 (65% of max value = 765). Red value is 99 (39.06% from 255 or 19.92% from 497); Green value is 150 (58.98% from 255 or 30.18% from 497); Blue value is 248 (97.27% from 255 or 49.90% from 497); Max value from RGB is 248 - color contains mainly: blue. Hex color #6396F8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6396F8 is #9C6907. Grayscale: #919191. Windows color (decimal): -10250504 or 16291427. OLE color: 16291427.

HSL color Cylindrical-coordinate representation of color #6396F8: hue angle of 219.46º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6396F8 is Cyan = 0.60, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 99 150 248 -
CMYK 0.60 0.40 0 0.03
HSL 219.46º 0.91% 0.68% -
HSV(B) 219.46º 0.6% 0.97% -
XYZ 33 31.24 93.1 -
YUV 145.92 185.6 94.53 -
System Red Green Blue C M Y K H S L
Decimal 99 150 248 0.60 0.40 0 0.03 219.46 0.91 0.68
Hex 63 96 F8 3C 28 0 3 DB 5B 44
Octal 143 226 370 74 50 0 3 333 133 104
Binary 1100011 10010110 11111000 111100 101000 0 11 11011011 1011011 1000100

Color Harmonies of #6396F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6396F8

Black with #6396F8

Text Example


Text Example

White with #6396F8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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