Html Css Color HEX #6394DC Cornflower Blue

📋 copy color: '#6394DC'

red 99 ◦ green 148 ◦ blue 220

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

Shades of Cornflower Blue #6394DC

Tints of Cornflower Blue #6394DC

RGB

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

 GREEN value IS 148 (58.2% from 255) = 31.69%

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

R = 21.2%
G = 31.69%
B = 47.11%

CMYK

 C value IS 0.55

 M value IS 0.33

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6394DC (or 0x6394DC) is known color: Cornflower Blue. HEX triplet: 63, 94 and DC. RGB value is (99,148,220). Sum of RGB (Red+Green+Blue) = 99+148+220=467 (61% of max value = 765). Red value is 99 (39.06% from 255 or 21.20% from 467); Green value is 148 (58.20% from 255 or 31.69% from 467); Blue value is 220 (86.33% from 255 or 47.11% from 467); Max value from RGB is 220 - color contains mainly: blue. Hex color #6394DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6394DC is #9C6B23. Grayscale: #8D8D8D. Windows color (decimal): -10251044 or 14455907. OLE color: 14455907.

HSL color Cylindrical-coordinate representation of color #6394DC: hue angle of 215.7º 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 #6394DC is Cyan = 0.55, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 99 148 220 -
CMYK 0.55 0.33 0 0.14
HSL 215.7º 0.63% 0.63% -
HSV(B) 215.7º 0.55% 0.86% -
XYZ 28.65 29 71.8 -
YUV 141.56 172.27 97.65 -
System Red Green Blue C M Y K H S L
Decimal 99 148 220 0.55 0.33 0 0.14 215.7 0.63 0.63
Hex 63 94 DC 37 21 0 E D8 3F 3F
Octal 143 224 334 67 41 0 16 330 77 77
Binary 1100011 10010100 11011100 110111 100001 0 1110 11011000 111111 111111

Color Harmonies of #6394DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6394DC

Black with #6394DC

Text Example


Text Example

White with #6394DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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