Html Css Color HEX #6380ED Cornflower Blue

📋 copy color: '#6380ED'

red 99 ◦ green 128 ◦ blue 237

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

Shades of Cornflower Blue #6380ED

Tints of Cornflower Blue #6380ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 51.08%

R = 21.34%
G = 27.59%
B = 51.08%

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

#6380ED (or 0x6380ED) is known color: Cornflower Blue. HEX triplet: 63, 80 and ED. RGB value is (99,128,237). Sum of RGB (Red+Green+Blue) = 99+128+237=464 (61% of max value = 765). Red value is 99 (39.06% from 255 or 21.34% from 464); Green value is 128 (50.39% from 255 or 27.59% from 464); Blue value is 237 (92.97% from 255 or 51.08% from 464); Max value from RGB is 237 - color contains mainly: blue. Hex color #6380ED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6380ED is #9C7F12. Grayscale: #838383. Windows color (decimal): -10256147 or 15564899. OLE color: 15564899.

HSL color Cylindrical-coordinate representation of color #6380ED: hue angle of 227.39º degrees, saturation: 0.79, 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 #6380ED is Cyan = 0.58, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 99 128 237 -
CMYK 0.58 0.46 0 0.07
HSL 227.39º 0.79% 0.66% -
HSV(B) 227.39º 0.58% 0.93% -
XYZ 28.15 24.21 83.31 -
YUV 131.76 187.39 104.64 -
System Red Green Blue C M Y K H S L
Decimal 99 128 237 0.58 0.46 0 0.07 227.39 0.79 0.66
Hex 63 80 ED 3A 2E 0 7 E3 4F 42
Octal 143 200 355 72 56 0 7 343 117 102
Binary 1100011 10000000 11101101 111010 101110 0 111 11100011 1001111 1000010

Color Harmonies of #6380ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6380ED

Black with #6380ED

Text Example


Text Example

White with #6380ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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