Html Css Color HEX #6380EA Cornflower Blue

📋 copy color: '#6380EA'

red 99 ◦ green 128 ◦ blue 234

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

Shades of Cornflower Blue #6380EA

Tints of Cornflower Blue #6380EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 50.76%

R = 21.48%
G = 27.77%
B = 50.76%

CMYK

 C value IS 0.58

 M value IS 0.45

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6380EA (or 0x6380EA) is known color: Cornflower Blue. HEX triplet: 63, 80 and EA. RGB value is (99,128,234). Sum of RGB (Red+Green+Blue) = 99+128+234=461 (61% of max value = 765). Red value is 99 (39.06% from 255 or 21.48% from 461); Green value is 128 (50.39% from 255 or 27.77% from 461); Blue value is 234 (91.80% from 255 or 50.76% from 461); Max value from RGB is 234 - color contains mainly: blue. Hex color #6380EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6380EA is #9C7F15. Grayscale: #828282. Windows color (decimal): -10256150 or 15368291. OLE color: 15368291.

HSL color Cylindrical-coordinate representation of color #6380EA: hue angle of 227.11º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6380EA is Cyan = 0.58, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 99 128 234 -
CMYK 0.58 0.45 0 0.08
HSL 227.11º 0.76% 0.65% -
HSV(B) 227.11º 0.58% 0.92% -
XYZ 27.72 24.03 81.02 -
YUV 131.41 185.89 104.88 -
System Red Green Blue C M Y K H S L
Decimal 99 128 234 0.58 0.45 0 0.08 227.11 0.76 0.65
Hex 63 80 EA 3A 2D 0 8 E3 4C 41
Octal 143 200 352 72 55 0 10 343 114 101
Binary 1100011 10000000 11101010 111010 101101 0 1000 11100011 1001100 1000001

Color Harmonies of #6380EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6380EA

Black with #6380EA

Text Example


Text Example

White with #6380EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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