#6FA1DC

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

Shades of Jordy Blue #6FA1DC

Tints of Jordy Blue #6FA1DC

Color information

#6FA1DC (or 0x6FA1DC) is unknown color: approx Jordy Blue. HEX triplet: 6F, A1 and DC. RGB value is (111,161,220). Sum of RGB (Red+Green+Blue) = 111+161+220=492 (65% of max value = 765). Red value is 111 (43.75% from 255 or 22.56% from 492); Green value is 161 (63.28% from 255 or 32.72% from 492); Blue value is 220 (86.33% from 255 or 44.72% from 492); Max value from RGB is 220 - color contains mainly: blue. Hex color #6FA1DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FA1DC is #905E23. Grayscale: #989898. Windows color (decimal): -9461284 or 14459247. OLE color: 14459247.

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

Color convert

RGB111161220-
CMYK0.500.2700.14
HSL212.48º60.89%64.9%-
HSV(B)212.48º49.55%86.27%-
XYZ32.2234.0472.58-
YUV152.78165.9498.2-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 22.56%
GREEN value IS 161 (63.28% from 255) = 32.72%
BLUE value IS 220 (86.33% from 255) = 44.72%
R=22.56%
G=32.72%
B=44.72%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1111612200.500.2700.14212.4860.8964.9
Hex6FA1DC321B0Ed43d41
Octal157241334623301632475101
Binary110111110100001110111001100101101101110110101001111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FA1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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