#6EAFF1

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

Shades of Jordy Blue #6EAFF1

Tints of Jordy Blue #6EAFF1

Color information

#6EAFF1 (or 0x6EAFF1) is unknown color: approx Jordy Blue. HEX triplet: 6E, AF and F1. RGB value is (110,175,241). Sum of RGB (Red+Green+Blue) = 110+175+241=526 (69% of max value = 765). Red value is 110 (43.36% from 255 or 20.91% from 526); Green value is 175 (68.75% from 255 or 33.27% from 526); Blue value is 241 (94.53% from 255 or 45.82% from 526); Max value from RGB is 241 - color contains mainly: blue. Hex color #6EAFF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6EAFF1 is #91500E. Grayscale: #A2A2A2. Windows color (decimal): -9523215 or 15839086. OLE color: 15839086.

HSL color Cylindrical-coordinate representation of color #6EAFF1: hue angle of 210.23º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6EAFF1 is Cyan = 0.54, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB110175241-
CMYK0.540.2700.05
HSL210.23º82.39%68.82%-
HSV(B)210.23º54.36%94.51%-
XYZ37.6440.3389.02-
YUV163.09171.9790.13-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 20.91%
GREEN value IS 175 (68.75% from 255) = 33.27%
BLUE value IS 241 (94.53% from 255) = 45.82%
R=20.91%
G=33.27%
B=45.82%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1101752410.540.2700.05210.2382.3968.82
Hex6EAFF1361B05d25245
Octal156257361663305322122105
Binary110111010101111111100011101101101101011101001010100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EAFF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,175,241); }

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

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

 a { background-color: rgb(110,175,241); }

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

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

 span { border-color: rgb(110,175,241); }

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