#6BA9EB

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

Shades of Jordy Blue #6BA9EB

Tints of Jordy Blue #6BA9EB

Color information

#6BA9EB (or 0x6BA9EB) is unknown color: approx Jordy Blue. HEX triplet: 6B, A9 and EB. RGB value is (107,169,235). Sum of RGB (Red+Green+Blue) = 107+169+235=511 (67% of max value = 765). Red value is 107 (42.19% from 255 or 20.94% from 511); Green value is 169 (66.41% from 255 or 33.07% from 511); Blue value is 235 (92.19% from 255 or 45.99% from 511); Max value from RGB is 235 - color contains mainly: blue. Hex color #6BA9EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6BA9EB is #945614. Grayscale: #9D9D9D. Windows color (decimal): -9721365 or 15444331. OLE color: 15444331.

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

Color convert

RGB107169235-
CMYK0.540.2800.08
HSL210.94º76.19%67.06%-
HSV(B)210.94º54.47%92.16%-
XYZ35.2537.583.98-
YUV157.99171.4691.63-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 20.94%
GREEN value IS 169 (66.41% from 255) = 33.07%
BLUE value IS 235 (92.19% from 255) = 45.99%
R=20.94%
G=33.07%
B=45.99%

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
Decimal1071692350.540.2800.08210.9476.1967.06
Hex6BA9EB361C08d34c43
Octal1532513536634010323114103
Binary1101011101010011110101111011011100010001101001110011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BA9EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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