#6BA9DD

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

Shades of Jordy Blue #6BA9DD

Tints of Jordy Blue #6BA9DD

Color information

#6BA9DD (or 0x6BA9DD) is unknown color: approx Jordy Blue. HEX triplet: 6B, A9 and DD. RGB value is (107,169,221). Sum of RGB (Red+Green+Blue) = 107+169+221=497 (65% of max value = 765). Red value is 107 (42.19% from 255 or 21.53% from 497); Green value is 169 (66.41% from 255 or 34.00% from 497); Blue value is 221 (86.72% from 255 or 44.47% from 497); Max value from RGB is 221 - color contains mainly: blue. Hex color #6BA9DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BA9DD is #945622. Grayscale: #9C9C9C. Windows color (decimal): -9721379 or 14526827. OLE color: 14526827.

HSL color Cylindrical-coordinate representation of color #6BA9DD: hue angle of 207.37º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6BA9DD is Cyan = 0.52, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB107169221-
CMYK0.520.2400.13
HSL207.37º62.64%64.31%-
HSV(B)207.37º51.58%86.67%-
XYZ33.336.7273.74-
YUV156.39164.4692.77-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 21.53%
GREEN value IS 169 (66.41% from 255) = 34.00%
BLUE value IS 221 (86.72% from 255) = 44.47%
R=21.53%
G=34.00%
B=44.47%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1071692210.520.2400.13207.3762.6464.31
Hex6BA9DD34180Dcf3f40
Octal153251335643001531777100
Binary110101110101001110111011101001100001101110011111111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BA9DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,169,221); }

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

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

 a { background-color: rgb(107,169,221); }

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

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

 span { border-color: rgb(107,169,221); }

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