#6FA1D2

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

Shades of Jordy Blue #6FA1D2

Tints of Jordy Blue #6FA1D2

Color information

#6FA1D2 (or 0x6FA1D2) is unknown color: approx Jordy Blue. HEX triplet: 6F, A1 and D2. RGB value is (111,161,210). Sum of RGB (Red+Green+Blue) = 111+161+210=482 (63% of max value = 765). Red value is 111 (43.75% from 255 or 23.03% from 482); Green value is 161 (63.28% from 255 or 33.40% from 482); Blue value is 210 (82.42% from 255 or 43.57% from 482); Max value from RGB is 210 - color contains mainly: blue. Hex color #6FA1D2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FA1D2 is #905E2D. Grayscale: #979797. Windows color (decimal): -9461294 or 13803887. OLE color: 13803887.

HSL color Cylindrical-coordinate representation of color #6FA1D2: hue angle of 209.7º 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 #6FA1D2 is Cyan = 0.47, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB111161210-
CMYK0.470.2300.18
HSL209.7º52.38%62.94%-
HSV(B)209.7º47.14%82.35%-
XYZ30.9333.5265.81-
YUV151.64160.9499.02-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 23.03%
GREEN value IS 161 (63.28% from 255) = 33.40%
BLUE value IS 210 (82.42% from 255) = 43.57%
R=23.03%
G=33.40%
B=43.57%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1111612100.470.2300.18209.752.3862.94
Hex6FA1D22F17012d2343f
Octal15724132257270223226477
Binary110111110100001110100101011111011101001011010010110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FA1D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,161,210); }

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

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

 a { background-color: rgb(111,161,210); }

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

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

 span { border-color: rgb(111,161,210); }

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