Html Css Color HEX #6392DC Cornflower Blue

📋 copy color: '#6392DC'

red 99 ◦ green 146 ◦ blue 220

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

Shades of Cornflower Blue #6392DC

Tints of Cornflower Blue #6392DC

RGB

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

 GREEN value IS 146 (57.42% from 255) = 31.4%

 BLUE value IS 220 (86.33% from 255) = 47.31%

R = 21.29%
G = 31.4%
B = 47.31%

CMYK

 C value IS 0.55

 M value IS 0.34

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6392DC (or 0x6392DC) is known color: Cornflower Blue. HEX triplet: 63, 92 and DC. RGB value is (99,146,220). Sum of RGB (Red+Green+Blue) = 99+146+220=465 (61% of max value = 765). Red value is 99 (39.06% from 255 or 21.29% from 465); Green value is 146 (57.42% from 255 or 31.40% from 465); Blue value is 220 (86.33% from 255 or 47.31% from 465); Max value from RGB is 220 - color contains mainly: blue. Hex color #6392DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6392DC is #9C6D23. Grayscale: #8C8C8C. Windows color (decimal): -10251556 or 14455395. OLE color: 14455395.

HSL color Cylindrical-coordinate representation of color #6392DC: hue angle of 216.69º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6392DC is Cyan = 0.55, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 99 146 220 -
CMYK 0.55 0.34 0 0.14
HSL 216.69º 0.63% 0.63% -
HSV(B) 216.69º 0.55% 0.86% -
XYZ 28.34 28.38 71.69 -
YUV 140.38 172.93 98.48 -
System Red Green Blue C M Y K H S L
Decimal 99 146 220 0.55 0.34 0 0.14 216.69 0.63 0.63
Hex 63 92 DC 37 22 0 E D9 3F 3F
Octal 143 222 334 67 42 0 16 331 77 77
Binary 1100011 10010010 11011100 110111 100010 0 1110 11011001 111111 111111

Color Harmonies of #6392DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6392DC

Black with #6392DC

Text Example


Text Example

White with #6392DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6392DC; }

 p { color: rgb(99,146,220); }

 H1.HeaderClassName
 {
   color: #6392DC;
 }
 .AnyTagClassName
 {
   color: #6392DC;
 }
</style>

background-color css

<style>
 a { background-color: #6392DC; }

 a { background-color: rgb(99,146,220); }

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

border-color css

<style>
 span { border-color: #6392DC; }

 span { border-color: rgb(99,146,220); }

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