#6FB0EA

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

Shades of Jordy Blue #6FB0EA

Tints of Jordy Blue #6FB0EA

Color information

#6FB0EA (or 0x6FB0EA) is unknown color: approx Jordy Blue. HEX triplet: 6F, B0 and EA. RGB value is (111,176,234). Sum of RGB (Red+Green+Blue) = 111+176+234=521 (69% of max value = 765). Red value is 111 (43.75% from 255 or 21.31% from 521); Green value is 176 (69.14% from 255 or 33.78% from 521); Blue value is 234 (91.80% from 255 or 44.91% from 521); Max value from RGB is 234 - color contains mainly: blue. Hex color #6FB0EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6FB0EA is #904F15. Grayscale: #A2A2A2. Windows color (decimal): -9457430 or 15380591. OLE color: 15380591.

HSL color Cylindrical-coordinate representation of color #6FB0EA: hue angle of 208.29º degrees, saturation: 0.75, 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 #6FB0EA is Cyan = 0.53, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB111176234-
CMYK0.530.2500.08
HSL208.29º74.55%67.65%-
HSV(B)208.29º52.56%91.76%-
XYZ36.9340.3783.69-
YUV163.18167.9790.78-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 21.31%
GREEN value IS 176 (69.14% from 255) = 33.78%
BLUE value IS 234 (91.80% from 255) = 44.91%
R=21.31%
G=33.78%
B=44.91%

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
Decimal1111762340.530.2500.08208.2974.5567.65
Hex6FB0EA351908d04b44
Octal1572603526531010320113104
Binary1101111101100001110101011010111001010001101000010010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FB0EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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