#6FA1DD

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

Shades of Jordy Blue #6FA1DD

Tints of Jordy Blue #6FA1DD

Color information

#6FA1DD (or 0x6FA1DD) is unknown color: approx Jordy Blue. HEX triplet: 6F, A1 and DD. RGB value is (111,161,221). Sum of RGB (Red+Green+Blue) = 111+161+221=493 (65% of max value = 765). Red value is 111 (43.75% from 255 or 22.52% from 493); Green value is 161 (63.28% from 255 or 32.66% from 493); Blue value is 221 (86.72% from 255 or 44.83% from 493); Max value from RGB is 221 - color contains mainly: blue. Hex color #6FA1DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FA1DD is #905E22. Grayscale: #989898. Windows color (decimal): -9461283 or 14524783. OLE color: 14524783.

HSL color Cylindrical-coordinate representation of color #6FA1DD: hue angle of 212.73º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6FA1DD is Cyan = 0.50, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB111161221-
CMYK0.500.2700.13
HSL212.73º61.8%65.1%-
HSV(B)212.73º49.77%86.67%-
XYZ32.3534.0973.28-
YUV152.89166.4498.12-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 22.52%
GREEN value IS 161 (63.28% from 255) = 32.66%
BLUE value IS 221 (86.72% from 255) = 44.83%
R=22.52%
G=32.66%
B=44.83%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1111612210.500.2700.13212.7361.865.1
Hex6FA1DD321B0Dd53e41
Octal157241335623301532576101
Binary110111110100001110111011100101101101101110101011111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FA1DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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