#699fde

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

Shades of Jordy Blue #699FDE

Tints of Jordy Blue #699FDE

Color information

#699FDE (or 0x699FDE) is unknown color: approx Jordy Blue. HEX triplet: 69, 9F and DE. RGB value is (105,159,222). Sum of RGB (Red+Green+Blue) = 105+159+222=486 (64% of max value = 765). Red value is 105 (41.41% from 255 or 21.60% from 486); Green value is 159 (62.5% from 255 or 32.72% from 486); Blue value is 222 (87.11% from 255 or 45.68% from 486); Max value from RGB is 222 - color contains mainly: blue. Hex color #699FDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #699FDE is #966021. Grayscale: #959595. Windows color (decimal): -9855010 or 14589801. OLE color: 14589801.

HSL color Cylindrical-coordinate representation of color #699FDE: hue angle of 212.31º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #699FDE is Cyan = 0.53, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB105159222-
CMYK0.530.2800.13
HSL212.31º63.93%64.12%-
HSV(B)212.31º52.7%87.06%-
XYZ31.4133.0773.84-
YUV150.04168.6195.88-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.60%
GREEN value IS 159 (62.5% from 255) = 32.72%
BLUE value IS 222 (87.11% from 255) = 45.68%
R=21.60%
G=32.72%
B=45.68%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1051592220.530.2800.13212.3163.9364.12
Hex699FDE351C0Dd44040
Octal1512373366534015324100100
Binary1101001100111111101111011010111100011011101010010000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699fde

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699fde; }

 p { color: rgb(105,159,222); }

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

<style>
 a { background-color: #699fde; }

 a { background-color: rgb(105,159,222); }

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

<style>
 span { border-color: #699fde; }

 span { border-color: rgb(105,159,222); }

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