Html Css Color HEX #6FACD9 Jordy Blue

📋 copy color: '#6FACD9'

red 111 ◦ green 172 ◦ blue 217

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

Shades of Jordy Blue #6FACD9

Tints of Jordy Blue #6FACD9

RGB

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

 GREEN value IS 172 (67.58% from 255) = 34.4%

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

R = 22.2%
G = 34.4%
B = 43.4%

CMYK

 C value IS 0.49

 M value IS 0.21

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6FACD9 (or 0x6FACD9) is known color: Jordy Blue. HEX triplet: 6F, AC and D9. RGB value is (111,172,217). Sum of RGB (Red+Green+Blue) = 111+172+217=500 (66% of max value = 765). Red value is 111 (43.75% from 255 or 22.2% from 500); Green value is 172 (67.58% from 255 or 34.4% from 500); Blue value is 217 (85.16% from 255 or 43.4% from 500); Max value from RGB is 217 - color contains mainly: blue. Hex color #6FACD9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FACD9 is #905326. Grayscale: #9E9E9E. Windows color (decimal): -9458471 or 14265455. OLE color: 14265455.

HSL color Cylindrical-coordinate representation of color #6FACD9: hue angle of 205.47º 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 #6FACD9 is Cyan = 0.49, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 111 172 217 -
CMYK 0.49 0.21 0 0.15
HSL 205.47º 0.58% 0.64% -
HSV(B) 205.47º 0.49% 0.85% -
XYZ 33.83 37.89 71.18 -
YUV 158.89 160.79 93.84 -
System Red Green Blue C M Y K H S L
Decimal 111 172 217 0.49 0.21 0 0.15 205.47 0.58 0.64
Hex 6F AC D9 31 15 0 F CD 3A 40
Octal 157 254 331 61 25 0 17 315 72 100
Binary 1101111 10101100 11011001 110001 10101 0 1111 11001101 111010 1000000

Color Harmonies of #6FACD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FACD9

Black with #6FACD9

Text Example


Text Example

White with #6FACD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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