#6BA9E8

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

Shades of Jordy Blue #6BA9E8

Tints of Jordy Blue #6BA9E8

Color information

#6BA9E8 (or 0x6BA9E8) is unknown color: approx Jordy Blue. HEX triplet: 6B, A9 and E8. RGB value is (107,169,232). Sum of RGB (Red+Green+Blue) = 107+169+232=508 (67% of max value = 765). Red value is 107 (42.19% from 255 or 21.06% from 508); Green value is 169 (66.41% from 255 or 33.27% from 508); Blue value is 232 (91.02% from 255 or 45.67% from 508); Max value from RGB is 232 - color contains mainly: blue. Hex color #6BA9E8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6BA9E8 is #945617. Grayscale: #9D9D9D. Windows color (decimal): -9721368 or 15247723. OLE color: 15247723.

HSL color Cylindrical-coordinate representation of color #6BA9E8: hue angle of 210.24º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6BA9E8 is Cyan = 0.54, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB107169232-
CMYK0.540.2700.09
HSL210.24º73.1%66.47%-
HSV(B)210.24º53.88%90.98%-
XYZ34.8237.3381.71-
YUV157.64169.9691.88-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 21.06%
GREEN value IS 169 (66.41% from 255) = 33.27%
BLUE value IS 232 (91.02% from 255) = 45.67%
R=21.06%
G=33.27%
B=45.67%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1071692320.540.2700.09210.2473.166.47
Hex6BA9E8361B09d24942
Octal1532513506633011322111102
Binary1101011101010011110100011011011011010011101001010010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BA9E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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