Html Css Color HEX #6379EC Cornflower Blue

📋 copy color: '#6379EC'

red 99 ◦ green 121 ◦ blue 236

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

Shades of Cornflower Blue #6379EC

Tints of Cornflower Blue #6379EC

RGB

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

 GREEN value IS 121 (47.66% from 255) = 26.54%

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

R = 21.71%
G = 26.54%
B = 51.75%

CMYK

 C value IS 0.58

 M value IS 0.49

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6379EC (or 0x6379EC) is known color: Cornflower Blue. HEX triplet: 63, 79 and EC. RGB value is (99,121,236). Sum of RGB (Red+Green+Blue) = 99+121+236=456 (60% of max value = 765). Red value is 99 (39.06% from 255 or 21.71% from 456); Green value is 121 (47.66% from 255 or 26.54% from 456); Blue value is 236 (92.58% from 255 or 51.75% from 456); Max value from RGB is 236 - color contains mainly: blue. Hex color #6379EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6379EC is #9C8613. Grayscale: #7F7F7F. Windows color (decimal): -10257940 or 15497571. OLE color: 15497571.

HSL color Cylindrical-coordinate representation of color #6379EC: hue angle of 230.36º 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 #6379EC is Cyan = 0.58, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 99 121 236 -
CMYK 0.58 0.49 0 0.07
HSL 230.37º 0.78% 0.66% -
HSV(B) 230.37º 0.58% 0.93% -
XYZ 27.12 22.38 82.25 -
YUV 127.53 189.21 107.65 -
System Red Green Blue C M Y K H S L
Decimal 99 121 236 0.58 0.49 0 0.07 230.37 0.78 0.66
Hex 63 79 EC 3A 31 0 7 E6 4E 42
Octal 143 171 354 72 61 0 7 346 116 102
Binary 1100011 1111001 11101100 111010 110001 0 111 11100110 1001110 1000010

Color Harmonies of #6379EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6379EC

Black with #6379EC

Text Example


Text Example

White with #6379EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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