#6FA3D6

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

Shades of Jordy Blue #6FA3D6

Tints of Jordy Blue #6FA3D6

Color information

#6FA3D6 (or 0x6FA3D6) is unknown color: approx Jordy Blue. HEX triplet: 6F, A3 and D6. RGB value is (111,163,214). Sum of RGB (Red+Green+Blue) = 111+163+214=488 (64% of max value = 765). Red value is 111 (43.75% from 255 or 22.75% from 488); Green value is 163 (64.06% from 255 or 33.40% from 488); Blue value is 214 (83.98% from 255 or 43.85% from 488); Max value from RGB is 214 - color contains mainly: blue. Hex color #6FA3D6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FA3D6 is #905C29. Grayscale: #999999. Windows color (decimal): -9460778 or 14066543. OLE color: 14066543.

HSL color Cylindrical-coordinate representation of color #6FA3D6: hue angle of 209.71º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6FA3D6 is Cyan = 0.48, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB111163214-
CMYK0.480.2400.16
HSL209.71º55.68%63.73%-
HSV(B)209.71º48.13%83.92%-
XYZ31.7934.4368.59-
YUV153.27162.2797.85-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 22.75%
GREEN value IS 163 (64.06% from 255) = 33.40%
BLUE value IS 214 (83.98% from 255) = 43.85%
R=22.75%
G=33.40%
B=43.85%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1111632140.480.2400.16209.7155.6863.73
Hex6FA3D63018010d23840
Octal157243326603002032270100
Binary1101111101000111101011011000011000010000110100101110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FA3D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,163,214); }

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

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

 a { background-color: rgb(111,163,214); }

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

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

 span { border-color: rgb(111,163,214); }

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