#6388E2

Color #6388E2 Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cornflower Blue #6388E2

Tints of Cornflower Blue #6388E2

Color information

#6388E2 (or 0x6388E2) is unknown color: approx Cornflower Blue. HEX triplet: 63, 88 and E2. RGB value is (99,136,226). Sum of RGB (Red+Green+Blue) = 99+136+226=461 (61% of max value = 765). Red value is 99 (39.06% from 255 or 21.48% from 461); Green value is 136 (53.52% from 255 or 29.50% from 461); Blue value is 226 (88.67% from 255 or 49.02% from 461); Max value from RGB is 226 - color contains mainly: blue. Hex color #6388E2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6388E2 is #9C771D. Grayscale: #868686. Windows color (decimal): -10254110 or 14846051. OLE color: 14846051.

HSL color Cylindrical-coordinate representation of color #6388E2: hue angle of 222.52º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6388E2 is Cyan = 0.56, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB99136226-
CMYK0.560.4000.11
HSL222.52º68.65%63.73%-
HSV(B)222.52º56.19%88.63%-
XYZ27.6825.7575.46-
YUV135.2179.24102.18-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 21.48%
GREEN value IS 136 (53.52% from 255) = 29.50%
BLUE value IS 226 (88.67% from 255) = 49.02%
R=21.48%
G=29.50%
B=49.02%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal991362260.560.4000.11222.5268.6563.73
Hex6388E238280Bdf4540
Octal1432103427050013337105100
Binary11000111000100011100010111000101000010111101111110001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6388E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6388E2; }

 p { color: rgb(99,136,226); }

 H1.HeaderClassName
 {
   color: #6388E2;
 }
 .AnyTagClassName
 {
   color: #6388E2;
 }
</style>
background-color css

<style>
 a { background-color: #6388E2; }

 a { background-color: rgb(99,136,226); }

 div.DivClassName
 {
   background-color: #6388E2;
 }
 .BgClassName
 {
   background-color: #6388E2;
 }
</style>
border-color css

<style>
 span { border-color: #6388E2; }

 span { border-color: rgb(99,136,226); }

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