#6AA7DF

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

Shades of Jordy Blue #6AA7DF

Tints of Jordy Blue #6AA7DF

Color information

#6AA7DF (or 0x6AA7DF) is unknown color: approx Jordy Blue. HEX triplet: 6A, A7 and DF. RGB value is (106,167,223). Sum of RGB (Red+Green+Blue) = 106+167+223=496 (65% of max value = 765). Red value is 106 (41.80% from 255 or 21.37% from 496); Green value is 167 (65.62% from 255 or 33.67% from 496); Blue value is 223 (87.5% from 255 or 44.96% from 496); Max value from RGB is 223 - color contains mainly: blue. Hex color #6AA7DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6AA7DF is #955820. Grayscale: #9A9A9A. Windows color (decimal): -9787425 or 14657386. OLE color: 14657386.

HSL color Cylindrical-coordinate representation of color #6AA7DF: hue angle of 208.72º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6AA7DF is Cyan = 0.52, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB106167223-
CMYK0.520.2500.13
HSL208.72º64.64%64.51%-
HSV(B)208.72º52.47%87.45%-
XYZ33.0836.0375.02-
YUV155.14166.2992.95-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 21.37%
GREEN value IS 167 (65.62% from 255) = 33.67%
BLUE value IS 223 (87.5% from 255) = 44.96%
R=21.37%
G=33.67%
B=44.96%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1061672230.520.2500.13208.7264.6464.51
Hex6AA7DF34190Dd14141
Octal1522473376431015321101101
Binary1101010101001111101111111010011001011011101000110000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AA7DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,167,223); }

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

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

 a { background-color: rgb(106,167,223); }

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

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

 span { border-color: rgb(106,167,223); }

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