Html Css Color HEX #6FAADF Jordy Blue

📋 copy color: '#6FAADF'

red 111 ◦ green 170 ◦ blue 223

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

Shades of Jordy Blue #6FAADF

Tints of Jordy Blue #6FAADF

RGB

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

 GREEN value IS 170 (66.8% from 255) = 33.73%

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

R = 22.02%
G = 33.73%
B = 44.25%

CMYK

 C value IS 0.50

 M value IS 0.24

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6FAADF (or 0x6FAADF) is known color: Jordy Blue. HEX triplet: 6F, AA and DF. RGB value is (111,170,223). Sum of RGB (Red+Green+Blue) = 111+170+223=504 (66% of max value = 765). Red value is 111 (43.75% from 255 or 22.02% from 504); Green value is 170 (66.80% from 255 or 33.73% from 504); Blue value is 223 (87.5% from 255 or 44.25% from 504); Max value from RGB is 223 - color contains mainly: blue. Hex color #6FAADF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FAADF is #905520. Grayscale: #9E9E9E. Windows color (decimal): -9458977 or 14658159. OLE color: 14658159.

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

Color convert

RGB 111 170 223 -
CMYK 0.50 0.24 0 0.13
HSL 208.39º 0.64% 0.65% -
HSV(B) 208.39º 0.5% 0.87% -
XYZ 34.25 37.46 75.24 -
YUV 158.4 164.45 94.19 -
System Red Green Blue C M Y K H S L
Decimal 111 170 223 0.50 0.24 0 0.13 208.39 0.64 0.65
Hex 6F AA DF 32 18 0 D D0 40 41
Octal 157 252 337 62 30 0 15 320 100 101
Binary 1101111 10101010 11011111 110010 11000 0 1101 11010000 1000000 1000001

Color Harmonies of #6FAADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FAADF

Black with #6FAADF

Text Example


Text Example

White with #6FAADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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