Html Css Color HEX #6AA0DF Jordy Blue

📋 copy color: '#6AA0DF'

red 106 ◦ green 160 ◦ blue 223

#6AA0DF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jordy Blue #6AA0DF

Tints of Jordy Blue #6AA0DF

RGB

 RED value IS 106 (41.8% from 255) = 21.68%

 GREEN value IS 160 (62.89% from 255) = 32.72%

 BLUE value IS 223 (87.5% from 255) = 45.6%

R = 21.68%
G = 32.72%
B = 45.6%

CMYK

 C value IS 0.52

 M value IS 0.28

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6AA0DF (or 0x6AA0DF) is known color: Jordy Blue. HEX triplet: 6A, A0 and DF. RGB value is (106,160,223). Sum of RGB (Red+Green+Blue) = 106+160+223=489 (64% of max value = 765). Red value is 106 (41.80% from 255 or 21.68% from 489); Green value is 160 (62.89% from 255 or 32.72% from 489); Blue value is 223 (87.5% from 255 or 45.60% from 489); Max value from RGB is 223 - color contains mainly: blue. Hex color #6AA0DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6AA0DF is #955F20. Grayscale: #969696. Windows color (decimal): -9789217 or 14655594. OLE color: 14655594.

HSL color Cylindrical-coordinate representation of color #6AA0DF: hue angle of 212.31º 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 #6AA0DF is Cyan = 0.52, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 106 160 223 -
CMYK 0.52 0.28 0 0.13
HSL 212.31º 0.65% 0.65% -
HSV(B) 212.31º 0.52% 0.87% -
XYZ 31.83 33.53 74.61 -
YUV 151.04 168.61 95.88 -
System Red Green Blue C M Y K H S L
Decimal 106 160 223 0.52 0.28 0 0.13 212.31 0.65 0.65
Hex 6A A0 DF 34 1C 0 D D4 41 41
Octal 152 240 337 64 34 0 15 324 101 101
Binary 1101010 10100000 11011111 110100 11100 0 1101 11010100 1000001 1000001

Color Harmonies of #6AA0DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AA0DF

Black with #6AA0DF

Text Example


Text Example

White with #6AA0DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6AA0DF;
 }
 .AnyTagClassName
 {
   color: #6AA0DF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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