Html Css Color HEX #6FADD9 Jordy Blue

📋 copy color: '#6FADD9'

red 111 ◦ green 173 ◦ blue 217

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

Shades of Jordy Blue #6FADD9

Tints of Jordy Blue #6FADD9

RGB

 RED value IS 111 (43.75% from 255) = 22.16%

 GREEN value IS 173 (67.97% from 255) = 34.53%

 BLUE value IS 217 (85.16% from 255) = 43.31%

R = 22.16%
G = 34.53%
B = 43.31%

CMYK

 C value IS 0.49

 M value IS 0.20

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6FADD9 (or 0x6FADD9) is known color: Jordy Blue. HEX triplet: 6F, AD and D9. RGB value is (111,173,217). Sum of RGB (Red+Green+Blue) = 111+173+217=501 (66% of max value = 765). Red value is 111 (43.75% from 255 or 22.16% from 501); Green value is 173 (67.97% from 255 or 34.53% from 501); Blue value is 217 (85.16% from 255 or 43.31% from 501); Max value from RGB is 217 - color contains mainly: blue. Hex color #6FADD9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FADD9 is #905226. Grayscale: #9F9F9F. Windows color (decimal): -9458215 or 14265711. OLE color: 14265711.

HSL color Cylindrical-coordinate representation of color #6FADD9: hue angle of 204.91º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6FADD9 is Cyan = 0.49, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 111 173 217 -
CMYK 0.49 0.20 0 0.15
HSL 204.91º 0.58% 0.64% -
HSV(B) 204.91º 0.49% 0.85% -
XYZ 34.02 38.28 71.24 -
YUV 159.48 160.46 93.42 -
System Red Green Blue C M Y K H S L
Decimal 111 173 217 0.49 0.20 0 0.15 204.91 0.58 0.64
Hex 6F AD D9 31 14 0 F CD 3A 40
Octal 157 255 331 61 24 0 17 315 72 100
Binary 1101111 10101101 11011001 110001 10100 0 1111 11001101 111010 1000000

Color Harmonies of #6FADD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FADD9

Black with #6FADD9

Text Example


Text Example

White with #6FADD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,173,217); }

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

background-color css

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

 a { background-color: rgb(111,173,217); }

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

border-color css

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

 span { border-color: rgb(111,173,217); }

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