#6FADF3

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

Shades of Jordy Blue #6FADF3

Tints of Jordy Blue #6FADF3

Color information

#6FADF3 (or 0x6FADF3) is unknown color: approx Jordy Blue. HEX triplet: 6F, AD and F3. RGB value is (111,173,243). Sum of RGB (Red+Green+Blue) = 111+173+243=527 (69% of max value = 765). Red value is 111 (43.75% from 255 or 21.06% from 527); Green value is 173 (67.97% from 255 or 32.83% from 527); Blue value is 243 (95.31% from 255 or 46.11% from 527); Max value from RGB is 243 - color contains mainly: blue. Hex color #6FADF3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6FADF3 is #90520C. Grayscale: #A2A2A2. Windows color (decimal): -9458189 or 15969647. OLE color: 15969647.

HSL color Cylindrical-coordinate representation of color #6FADF3: hue angle of 211.82º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6FADF3 is Cyan = 0.54, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB111173243-
CMYK0.540.2900.05
HSL211.82º84.62%69.41%-
HSV(B)211.82º54.32%95.29%-
XYZ37.6839.7490.48-
YUV162.44173.4691.31-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 21.06%
GREEN value IS 173 (67.97% from 255) = 32.83%
BLUE value IS 243 (95.31% from 255) = 46.11%
R=21.06%
G=32.83%
B=46.11%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1111732430.540.2900.05211.8284.6269.41
Hex6FADF3361D05d45545
Octal157255363663505324125105
Binary110111110101101111100111101101110101011101010010101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FADF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,173,243); }

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

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

 a { background-color: rgb(111,173,243); }

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

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

 span { border-color: rgb(111,173,243); }

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