Html Css Color HEX #6396DF Cornflower Blue

📋 copy color: '#6396DF'

red 99 ◦ green 150 ◦ blue 223

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

Shades of Cornflower Blue #6396DF

Tints of Cornflower Blue #6396DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 47.25%

R = 20.97%
G = 31.78%
B = 47.25%

CMYK

 C value IS 0.56

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6396DF (or 0x6396DF) is known color: Cornflower Blue. HEX triplet: 63, 96 and DF. RGB value is (99,150,223). Sum of RGB (Red+Green+Blue) = 99+150+223=472 (62% of max value = 765). Red value is 99 (39.06% from 255 or 20.97% from 472); Green value is 150 (58.98% from 255 or 31.78% from 472); Blue value is 223 (87.5% from 255 or 47.25% from 472); Max value from RGB is 223 - color contains mainly: blue. Hex color #6396DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6396DF is #9C6920. Grayscale: #8E8E8E. Windows color (decimal): -10250529 or 14653027. OLE color: 14653027.

HSL color Cylindrical-coordinate representation of color #6396DF: hue angle of 215.32º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6396DF is Cyan = 0.56, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 99 150 223 -
CMYK 0.56 0.33 0 0.13
HSL 215.32º 0.66% 0.63% -
HSV(B) 215.32º 0.56% 0.87% -
XYZ 29.37 29.79 74.01 -
YUV 143.07 173.1 96.56 -
System Red Green Blue C M Y K H S L
Decimal 99 150 223 0.56 0.33 0 0.13 215.32 0.66 0.63
Hex 63 96 DF 38 21 0 D D7 42 3F
Octal 143 226 337 70 41 0 15 327 102 77
Binary 1100011 10010110 11011111 111000 100001 0 1101 11010111 1000010 111111

Color Harmonies of #6396DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6396DF

Black with #6396DF

Text Example


Text Example

White with #6396DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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