Html Css Color HEX #6380EC Cornflower Blue

📋 copy color: '#6380EC'

red 99 ◦ green 128 ◦ blue 236

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

Shades of Cornflower Blue #6380EC

Tints of Cornflower Blue #6380EC

RGB

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

 GREEN value IS 128 (50.39% from 255) = 27.65%

 BLUE value IS 236 (92.58% from 255) = 50.97%

R = 21.38%
G = 27.65%
B = 50.97%

CMYK

 C value IS 0.58

 M value IS 0.46

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6380EC (or 0x6380EC) is known color: Cornflower Blue. HEX triplet: 63, 80 and EC. RGB value is (99,128,236). Sum of RGB (Red+Green+Blue) = 99+128+236=463 (61% of max value = 765). Red value is 99 (39.06% from 255 or 21.38% from 463); Green value is 128 (50.39% from 255 or 27.65% from 463); Blue value is 236 (92.58% from 255 or 50.97% from 463); Max value from RGB is 236 - color contains mainly: blue. Hex color #6380EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6380EC is #9C7F13. Grayscale: #838383. Windows color (decimal): -10256148 or 15499363. OLE color: 15499363.

HSL color Cylindrical-coordinate representation of color #6380EC: hue angle of 227.3º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6380EC is Cyan = 0.58, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 99 128 236 -
CMYK 0.58 0.46 0 0.07
HSL 227.3º 0.78% 0.66% -
HSV(B) 227.3º 0.58% 0.93% -
XYZ 28.01 24.15 82.54 -
YUV 131.64 186.89 104.72 -
System Red Green Blue C M Y K H S L
Decimal 99 128 236 0.58 0.46 0 0.07 227.3 0.78 0.66
Hex 63 80 EC 3A 2E 0 7 E3 4E 42
Octal 143 200 354 72 56 0 7 343 116 102
Binary 1100011 10000000 11101100 111010 101110 0 111 11100011 1001110 1000010

Color Harmonies of #6380EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6380EC

Black with #6380EC

Text Example


Text Example

White with #6380EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6380EC; }

 p { color: rgb(99,128,236); }

 H1.HeaderClassName
 {
   color: #6380EC;
 }
 .AnyTagClassName
 {
   color: #6380EC;
 }
</style>

background-color css

<style>
 a { background-color: #6380EC; }

 a { background-color: rgb(99,128,236); }

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

border-color css

<style>
 span { border-color: #6380EC; }

 span { border-color: rgb(99,128,236); }

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