#6BA9EA

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

Shades of Jordy Blue #6BA9EA

Tints of Jordy Blue #6BA9EA

Color information

#6BA9EA (or 0x6BA9EA) is unknown color: approx Jordy Blue. HEX triplet: 6B, A9 and EA. RGB value is (107,169,234). Sum of RGB (Red+Green+Blue) = 107+169+234=510 (67% of max value = 765). Red value is 107 (42.19% from 255 or 20.98% from 510); Green value is 169 (66.41% from 255 or 33.14% from 510); Blue value is 234 (91.80% from 255 or 45.88% from 510); Max value from RGB is 234 - color contains mainly: blue. Hex color #6BA9EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6BA9EA is #945615. Grayscale: #9D9D9D. Windows color (decimal): -9721366 or 15378795. OLE color: 15378795.

HSL color Cylindrical-coordinate representation of color #6BA9EA: hue angle of 210.71º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6BA9EA is Cyan = 0.54, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB107169234-
CMYK0.540.2800.08
HSL210.71º75.15%66.86%-
HSV(B)210.71º54.27%91.76%-
XYZ35.137.4483.22-
YUV157.87170.9691.71-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 20.98%
GREEN value IS 169 (66.41% from 255) = 33.14%
BLUE value IS 234 (91.80% from 255) = 45.88%
R=20.98%
G=33.14%
B=45.88%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1071692340.540.2800.08210.7175.1566.86
Hex6BA9EA361C08d34b43
Octal1532513526634010323113103
Binary1101011101010011110101011011011100010001101001110010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BA9EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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