#6EA7D6

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

Shades of Jordy Blue #6EA7D6

Tints of Jordy Blue #6EA7D6

Color information

#6EA7D6 (or 0x6EA7D6) is unknown color: approx Jordy Blue. HEX triplet: 6E, A7 and D6. RGB value is (110,167,214). Sum of RGB (Red+Green+Blue) = 110+167+214=491 (65% of max value = 765). Red value is 110 (43.36% from 255 or 22.40% from 491); Green value is 167 (65.62% from 255 or 34.01% from 491); Blue value is 214 (83.98% from 255 or 43.58% from 491); Max value from RGB is 214 - color contains mainly: blue. Hex color #6EA7D6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EA7D6 is #915829. Grayscale: #9B9B9B. Windows color (decimal): -9525290 or 14067566. OLE color: 14067566.

HSL color Cylindrical-coordinate representation of color #6EA7D6: hue angle of 207.12º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6EA7D6 is Cyan = 0.49, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB110167214-
CMYK0.490.2200.16
HSL207.12º55.91%63.53%-
HSV(B)207.12º48.6%83.92%-
XYZ32.3935.8168.82-
YUV155.32161.1295.68-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 22.40%
GREEN value IS 167 (65.62% from 255) = 34.01%
BLUE value IS 214 (83.98% from 255) = 43.58%
R=22.40%
G=34.01%
B=43.58%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1101672140.490.2200.16207.1255.9163.53
Hex6EA7D63116010cf3840
Octal156247326612602031770100
Binary1101110101001111101011011000110110010000110011111110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EA7D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,167,214); }

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

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

 a { background-color: rgb(110,167,214); }

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

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

 span { border-color: rgb(110,167,214); }

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