#6FA3EB

Color #6FA3EB Jordy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jordy Blue #6FA3EB

Tints of Jordy Blue #6FA3EB

Color information

#6FA3EB (or 0x6FA3EB) is unknown color: approx Jordy Blue. HEX triplet: 6F, A3 and EB. RGB value is (111,163,235). Sum of RGB (Red+Green+Blue) = 111+163+235=509 (67% of max value = 765). Red value is 111 (43.75% from 255 or 21.81% from 509); Green value is 163 (64.06% from 255 or 32.02% from 509); Blue value is 235 (92.19% from 255 or 46.17% from 509); Max value from RGB is 235 - color contains mainly: blue. Hex color #6FA3EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6FA3EB is #905C14. Grayscale: #9B9B9B. Windows color (decimal): -9460757 or 15442799. OLE color: 15442799.

HSL color Cylindrical-coordinate representation of color #6FA3EB: hue angle of 214.84º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6FA3EB is Cyan = 0.53, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB111163235-
CMYK0.530.3100.08
HSL214.84º75.61%67.84%-
HSV(B)214.84º52.77%92.16%-
XYZ34.6535.5783.64-
YUV155.66172.7796.15-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 21.81%
GREEN value IS 163 (64.06% from 255) = 32.02%
BLUE value IS 235 (92.19% from 255) = 46.17%
R=21.81%
G=32.02%
B=46.17%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1111632350.530.3100.08214.8475.6167.84
Hex6FA3EB351F08d74c44
Octal1572433536537010327114104
Binary1101111101000111110101111010111111010001101011110011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FA3EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6FA3EB; }

 p { color: rgb(111,163,235); }

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

<style>
 a { background-color: #6FA3EB; }

 a { background-color: rgb(111,163,235); }

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

<style>
 span { border-color: #6FA3EB; }

 span { border-color: rgb(111,163,235); }

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