Html Css Color HEX #6382EB Cornflower Blue

📋 copy color: '#6382EB'

red 99 ◦ green 130 ◦ blue 235

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

Shades of Cornflower Blue #6382EB

Tints of Cornflower Blue #6382EB

RGB

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

 GREEN value IS 130 (51.17% from 255) = 28.02%

 BLUE value IS 235 (92.19% from 255) = 50.65%

R = 21.34%
G = 28.02%
B = 50.65%

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

#6382EB (or 0x6382EB) is known color: Cornflower Blue. HEX triplet: 63, 82 and EB. RGB value is (99,130,235). Sum of RGB (Red+Green+Blue) = 99+130+235=464 (61% of max value = 765). Red value is 99 (39.06% from 255 or 21.34% from 464); Green value is 130 (51.17% from 255 or 28.02% from 464); Blue value is 235 (92.19% from 255 or 50.65% from 464); Max value from RGB is 235 - color contains mainly: blue. Hex color #6382EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6382EB is #9C7D14. Grayscale: #848484. Windows color (decimal): -10255637 or 15434339. OLE color: 15434339.

HSL color Cylindrical-coordinate representation of color #6382EB: hue angle of 226.32º degrees, saturation: 0.77, 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 #6382EB is Cyan = 0.58, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 99 130 235 -
CMYK 0.58 0.45 0 0.08
HSL 226.32º 0.77% 0.65% -
HSV(B) 226.32º 0.58% 0.92% -
XYZ 28.12 24.62 81.87 -
YUV 132.7 185.73 103.96 -
System Red Green Blue C M Y K H S L
Decimal 99 130 235 0.58 0.45 0 0.08 226.32 0.77 0.65
Hex 63 82 EB 3A 2D 0 8 E2 4D 41
Octal 143 202 353 72 55 0 10 342 115 101
Binary 1100011 10000010 11101011 111010 101101 0 1000 11100010 1001101 1000001

Color Harmonies of #6382EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6382EB

Black with #6382EB

Text Example


Text Example

White with #6382EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6382EB; }

 p { color: rgb(99,130,235); }

 H1.HeaderClassName
 {
   color: #6382EB;
 }
 .AnyTagClassName
 {
   color: #6382EB;
 }
</style>

background-color css

<style>
 a { background-color: #6382EB; }

 a { background-color: rgb(99,130,235); }

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

border-color css

<style>
 span { border-color: #6382EB; }

 span { border-color: rgb(99,130,235); }

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