#6BA6EA

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

Shades of Jordy Blue #6BA6EA

Tints of Jordy Blue #6BA6EA

Color information

#6BA6EA (or 0x6BA6EA) is unknown color: approx Jordy Blue. HEX triplet: 6B, A6 and EA. RGB value is (107,166,234). Sum of RGB (Red+Green+Blue) = 107+166+234=507 (67% of max value = 765). Red value is 107 (42.19% from 255 or 21.10% from 507); Green value is 166 (65.23% from 255 or 32.74% from 507); Blue value is 234 (91.80% from 255 or 46.15% from 507); Max value from RGB is 234 - color contains mainly: blue. Hex color #6BA6EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6BA6EA is #945915. Grayscale: #9B9B9B. Windows color (decimal): -9722134 or 15378027. OLE color: 15378027.

HSL color Cylindrical-coordinate representation of color #6BA6EA: hue angle of 212.13º 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 #6BA6EA is Cyan = 0.54, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB107166234-
CMYK0.540.2900.08
HSL212.13º75.15%66.86%-
HSV(B)212.13º54.27%91.76%-
XYZ34.5536.3483.03-
YUV156.11171.9592.97-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 21.10%
GREEN value IS 166 (65.23% from 255) = 32.74%
BLUE value IS 234 (91.80% from 255) = 46.15%
R=21.10%
G=32.74%
B=46.15%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1071662340.540.2900.08212.1375.1566.86
Hex6BA6EA361D08d44b43
Octal1532463526635010324113103
Binary1101011101001101110101011011011101010001101010010010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BA6EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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