Html Css Color HEX #6FADDD Jordy Blue

📋 copy color: '#6FADDD'

red 111 ◦ green 173 ◦ blue 221

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

Shades of Jordy Blue #6FADDD

Tints of Jordy Blue #6FADDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.76%

R = 21.98%
G = 34.26%
B = 43.76%

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

#6FADDD (or 0x6FADDD) is known color: Jordy Blue. HEX triplet: 6F, AD and DD. RGB value is (111,173,221). Sum of RGB (Red+Green+Blue) = 111+173+221=505 (66% of max value = 765). Red value is 111 (43.75% from 255 or 21.98% from 505); Green value is 173 (67.97% from 255 or 34.26% from 505); Blue value is 221 (86.72% from 255 or 43.76% from 505); Max value from RGB is 221 - color contains mainly: blue. Hex color #6FADDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FADDD is #905222. Grayscale: #9F9F9F. Windows color (decimal): -9458211 or 14527855. OLE color: 14527855.

HSL color Cylindrical-coordinate representation of color #6FADDD: hue angle of 206.18º degrees, saturation: 0.62, 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 #6FADDD is Cyan = 0.50, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 111 173 221 -
CMYK 0.50 0.22 0 0.13
HSL 206.18º 0.62% 0.65% -
HSV(B) 206.18º 0.5% 0.87% -
XYZ 34.55 38.49 74.01 -
YUV 159.93 162.46 93.1 -
System Red Green Blue C M Y K H S L
Decimal 111 173 221 0.50 0.22 0 0.13 206.18 0.62 0.65
Hex 6F AD DD 32 16 0 D CE 3E 41
Octal 157 255 335 62 26 0 15 316 76 101
Binary 1101111 10101101 11011101 110010 10110 0 1101 11001110 111110 1000001

Color Harmonies of #6FADDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FADDD

Black with #6FADDD

Text Example


Text Example

White with #6FADDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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