#6FA4D1

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

Shades of Jordy Blue #6FA4D1

Tints of Jordy Blue #6FA4D1

Color information

#6FA4D1 (or 0x6FA4D1) is unknown color: approx Jordy Blue. HEX triplet: 6F, A4 and D1. RGB value is (111,164,209). Sum of RGB (Red+Green+Blue) = 111+164+209=484 (64% of max value = 765). Red value is 111 (43.75% from 255 or 22.93% from 484); Green value is 164 (64.45% from 255 or 33.88% from 484); Blue value is 209 (82.03% from 255 or 43.18% from 484); Max value from RGB is 209 - color contains mainly: blue. Hex color #6FA4D1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FA4D1 is #905B2E. Grayscale: #999999. Windows color (decimal): -9460527 or 13739119. OLE color: 13739119.

HSL color Cylindrical-coordinate representation of color #6FA4D1: hue angle of 207.55º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6FA4D1 is Cyan = 0.47, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB111164209-
CMYK0.470.2200.18
HSL207.55º51.58%62.75%-
HSV(B)207.55º46.89%81.96%-
XYZ31.3434.5365.34-
YUV153.28159.4497.84-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 22.93%
GREEN value IS 164 (64.45% from 255) = 33.88%
BLUE value IS 209 (82.03% from 255) = 43.18%
R=22.93%
G=33.88%
B=43.18%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1111642090.470.2200.18207.5551.5862.75
Hex6FA4D12F16012d0343f
Octal15724432157260223206477
Binary110111110100100110100011011111011001001011010000110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FA4D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,164,209); }

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

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

 a { background-color: rgb(111,164,209); }

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

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

 span { border-color: rgb(111,164,209); }

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