Html Css Color HEX #6379DC Cornflower Blue

📋 copy color: '#6379DC'

red 99 ◦ green 121 ◦ blue 220

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

Shades of Cornflower Blue #6379DC

Tints of Cornflower Blue #6379DC

RGB

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

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

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

R = 22.5%
G = 27.5%
B = 50%

CMYK

 C value IS 0.55

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6379DC (or 0x6379DC) is known color: Cornflower Blue. HEX triplet: 63, 79 and DC. RGB value is (99,121,220). Sum of RGB (Red+Green+Blue) = 99+121+220=440 (58% of max value = 765). Red value is 99 (39.06% from 255 or 22.5% from 440); Green value is 121 (47.66% from 255 or 27.5% from 440); Blue value is 220 (86.33% from 255 or 50% from 440); Max value from RGB is 220 - color contains mainly: blue. Hex color #6379DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6379DC is #9C8623. Grayscale: #7D7D7D. Windows color (decimal): -10257956 or 14448995. OLE color: 14448995.

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

Color convert

RGB 99 121 220 -
CMYK 0.55 0.45 0 0.14
HSL 229.09º 0.63% 0.63% -
HSV(B) 229.09º 0.55% 0.86% -
XYZ 24.9 21.49 70.55 -
YUV 125.71 181.21 108.95 -
System Red Green Blue C M Y K H S L
Decimal 99 121 220 0.55 0.45 0 0.14 229.09 0.63 0.63
Hex 63 79 DC 37 2D 0 E E5 3F 3F
Octal 143 171 334 67 55 0 16 345 77 77
Binary 1100011 1111001 11011100 110111 101101 0 1110 11100101 111111 111111

Color Harmonies of #6379DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6379DC

Black with #6379DC

Text Example


Text Example

White with #6379DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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