#6FB0EB

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

Shades of Jordy Blue #6FB0EB

Tints of Jordy Blue #6FB0EB

Color information

#6FB0EB (or 0x6FB0EB) is unknown color: approx Jordy Blue. HEX triplet: 6F, B0 and EB. RGB value is (111,176,235). Sum of RGB (Red+Green+Blue) = 111+176+235=522 (69% of max value = 765). Red value is 111 (43.75% from 255 or 21.26% from 522); Green value is 176 (69.14% from 255 or 33.72% from 522); Blue value is 235 (92.19% from 255 or 45.02% from 522); Max value from RGB is 235 - color contains mainly: blue. Hex color #6FB0EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6FB0EB is #904F14. Grayscale: #A2A2A2. Windows color (decimal): -9457429 or 15446127. OLE color: 15446127.

HSL color Cylindrical-coordinate representation of color #6FB0EB: hue angle of 208.55º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6FB0EB is Cyan = 0.53, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB111176235-
CMYK0.530.2500.08
HSL208.55º75.61%67.84%-
HSV(B)208.55º52.77%92.16%-
XYZ37.0840.4384.45-
YUV163.29168.4790.7-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 21.26%
GREEN value IS 176 (69.14% from 255) = 33.72%
BLUE value IS 235 (92.19% from 255) = 45.02%
R=21.26%
G=33.72%
B=45.02%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1111762350.530.2500.08208.5575.6167.84
Hex6FB0EB351908d14c44
Octal1572603536531010321114104
Binary1101111101100001110101111010111001010001101000110011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FB0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,176,235); }

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

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

 a { background-color: rgb(111,176,235); }

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

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

 span { border-color: rgb(111,176,235); }

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