Html Css Color HEX #6FADDF Jordy Blue

📋 copy color: '#6FADDF'

red 111 ◦ green 173 ◦ blue 223

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

Shades of Jordy Blue #6FADDF

Tints of Jordy Blue #6FADDF

RGB

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

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

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

R = 21.89%
G = 34.12%
B = 43.98%

CMYK

 C value IS 0.50

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6FADDF (or 0x6FADDF) is known color: Jordy Blue. HEX triplet: 6F, AD and DF. RGB value is (111,173,223). Sum of RGB (Red+Green+Blue) = 111+173+223=507 (67% of max value = 765). Red value is 111 (43.75% from 255 or 21.89% from 507); Green value is 173 (67.97% from 255 or 34.12% from 507); Blue value is 223 (87.5% from 255 or 43.98% from 507); Max value from RGB is 223 - color contains mainly: blue. Hex color #6FADDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FADDF is #905220. Grayscale: #9F9F9F. Windows color (decimal): -9458209 or 14658927. OLE color: 14658927.

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

Color convert

RGB 111 173 223 -
CMYK 0.50 0.22 0 0.13
HSL 206.79º 0.64% 0.65% -
HSV(B) 206.79º 0.5% 0.87% -
XYZ 34.82 38.59 75.43 -
YUV 160.16 163.46 92.93 -
System Red Green Blue C M Y K H S L
Decimal 111 173 223 0.50 0.22 0 0.13 206.79 0.64 0.65
Hex 6F AD DF 32 16 0 D CF 40 41
Octal 157 255 337 62 26 0 15 317 100 101
Binary 1101111 10101101 11011111 110010 10110 0 1101 11001111 1000000 1000001

Color Harmonies of #6FADDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FADDF

Black with #6FADDF

Text Example


Text Example

White with #6FADDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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