Html Css Color HEX #6380E0 Cornflower Blue

📋 copy color: '#6380E0'

red 99 ◦ green 128 ◦ blue 224

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

Shades of Cornflower Blue #6380E0

Tints of Cornflower Blue #6380E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 49.67%

R = 21.95%
G = 28.38%
B = 49.67%

CMYK

 C value IS 0.56

 M value IS 0.43

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#6380E0 (or 0x6380E0) is known color: Cornflower Blue. HEX triplet: 63, 80 and E0. RGB value is (99,128,224). Sum of RGB (Red+Green+Blue) = 99+128+224=451 (59% of max value = 765). Red value is 99 (39.06% from 255 or 21.95% from 451); Green value is 128 (50.39% from 255 or 28.38% from 451); Blue value is 224 (87.89% from 255 or 49.67% from 451); Max value from RGB is 224 - color contains mainly: blue. Hex color #6380E0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6380E0 is #9C7F1F. Grayscale: #818181. Windows color (decimal): -10256160 or 14712931. OLE color: 14712931.

HSL color Cylindrical-coordinate representation of color #6380E0: hue angle of 226.08º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6380E0 is Cyan = 0.56, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 99 128 224 -
CMYK 0.56 0.43 0 0.12
HSL 226.08º 0.67% 0.63% -
HSV(B) 226.08º 0.56% 0.88% -
XYZ 26.32 23.47 73.66 -
YUV 130.27 180.89 105.69 -
System Red Green Blue C M Y K H S L
Decimal 99 128 224 0.56 0.43 0 0.12 226.08 0.67 0.63
Hex 63 80 E0 38 2B 0 C E2 43 3F
Octal 143 200 340 70 53 0 14 342 103 77
Binary 1100011 10000000 11100000 111000 101011 0 1100 11100010 1000011 111111

Color Harmonies of #6380E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6380E0

Black with #6380E0

Text Example


Text Example

White with #6380E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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