Html Css Color HEX #6FADED Jordy Blue

📋 copy color: '#6FADED'

red 111 ◦ green 173 ◦ blue 237

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

Shades of Jordy Blue #6FADED

Tints of Jordy Blue #6FADED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 45.49%

R = 21.31%
G = 33.21%
B = 45.49%

CMYK

 C value IS 0.53

 M value IS 0.27

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6FADED (or 0x6FADED) is known color: Jordy Blue. HEX triplet: 6F, AD and ED. RGB value is (111,173,237). Sum of RGB (Red+Green+Blue) = 111+173+237=521 (69% of max value = 765). Red value is 111 (43.75% from 255 or 21.31% from 521); Green value is 173 (67.97% from 255 or 33.21% from 521); Blue value is 237 (92.97% from 255 or 45.49% from 521); Max value from RGB is 237 - color contains mainly: blue. Hex color #6FADED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6FADED is #905212. Grayscale: #A1A1A1. Windows color (decimal): -9458195 or 15576431. OLE color: 15576431.

HSL color Cylindrical-coordinate representation of color #6FADED: hue angle of 210.48º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6FADED is Cyan = 0.53, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 111 173 237 -
CMYK 0.53 0.27 0 0.07
HSL 210.48º 0.78% 0.68% -
HSV(B) 210.48º 0.53% 0.93% -
XYZ 36.79 39.38 85.78 -
YUV 161.76 170.46 91.8 -
System Red Green Blue C M Y K H S L
Decimal 111 173 237 0.53 0.27 0 0.07 210.48 0.78 0.68
Hex 6F AD ED 35 1B 0 7 D2 4E 44
Octal 157 255 355 65 33 0 7 322 116 104
Binary 1101111 10101101 11101101 110101 11011 0 111 11010010 1001110 1000100

Color Harmonies of #6FADED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FADED

Black with #6FADED

Text Example


Text Example

White with #6FADED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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