#6BACEA

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

Shades of Jordy Blue #6BACEA

Tints of Jordy Blue #6BACEA

Color information

#6BACEA (or 0x6BACEA) is unknown color: approx Jordy Blue. HEX triplet: 6B, AC and EA. RGB value is (107,172,234). Sum of RGB (Red+Green+Blue) = 107+172+234=513 (67% of max value = 765). Red value is 107 (42.19% from 255 or 20.86% from 513); Green value is 172 (67.58% from 255 or 33.53% from 513); Blue value is 234 (91.80% from 255 or 45.61% from 513); Max value from RGB is 234 - color contains mainly: blue. Hex color #6BACEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6BACEA is #945315. Grayscale: #9F9F9F. Windows color (decimal): -9720598 or 15379563. OLE color: 15379563.

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

Color convert

RGB107172234-
CMYK0.540.2600.08
HSL209.29º75.15%66.86%-
HSV(B)209.29º54.27%91.76%-
XYZ35.6738.5783.41-
YUV159.63169.9790.46-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 20.86%
GREEN value IS 172 (67.58% from 255) = 33.53%
BLUE value IS 234 (91.80% from 255) = 45.61%
R=20.86%
G=33.53%
B=45.61%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1071722340.540.2600.08209.2975.1566.86
Hex6BACEA361A08d14b43
Octal1532543526632010321113103
Binary1101011101011001110101011011011010010001101000110010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BACEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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