#6DAFF0

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

Shades of Jordy Blue #6DAFF0

Tints of Jordy Blue #6DAFF0

Color information

#6DAFF0 (or 0x6DAFF0) is unknown color: approx Jordy Blue. HEX triplet: 6D, AF and F0. RGB value is (109,175,240). Sum of RGB (Red+Green+Blue) = 109+175+240=524 (69% of max value = 765). Red value is 109 (42.97% from 255 or 20.80% from 524); Green value is 175 (68.75% from 255 or 33.40% from 524); Blue value is 240 (94.14% from 255 or 45.80% from 524); Max value from RGB is 240 - color contains mainly: blue. Hex color #6DAFF0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6DAFF0 is #92500F. Grayscale: #A2A2A2. Windows color (decimal): -9588752 or 15773549. OLE color: 15773549.

HSL color Cylindrical-coordinate representation of color #6DAFF0: hue angle of 209.77º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6DAFF0 is Cyan = 0.55, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB109175240-
CMYK0.550.2700.06
HSL209.77º81.37%68.43%-
HSV(B)209.77º54.58%94.12%-
XYZ37.3640.288.23-
YUV162.68171.6389.71-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 20.80%
GREEN value IS 175 (68.75% from 255) = 33.40%
BLUE value IS 240 (94.14% from 255) = 45.80%
R=20.80%
G=33.40%
B=45.80%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1091752400.550.2700.06209.7781.3768.43
Hex6DAFF0371B06d25144
Octal155257360673306322121104
Binary110110110101111111100001101111101101101101001010100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DAFF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,175,240); }

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

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

 a { background-color: rgb(109,175,240); }

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

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

 span { border-color: rgb(109,175,240); }

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