Html Css Color HEX #6FADE9 Jordy Blue

📋 copy color: '#6FADE9'

red 111 ◦ green 173 ◦ blue 233

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

Shades of Jordy Blue #6FADE9

Tints of Jordy Blue #6FADE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 45.07%

R = 21.47%
G = 33.46%
B = 45.07%

CMYK

 C value IS 0.52

 M value IS 0.26

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#6FADE9 (or 0x6FADE9) is known color: Jordy Blue. HEX triplet: 6F, AD and E9. RGB value is (111,173,233). Sum of RGB (Red+Green+Blue) = 111+173+233=517 (68% of max value = 765). Red value is 111 (43.75% from 255 or 21.47% from 517); Green value is 173 (67.97% from 255 or 33.46% from 517); Blue value is 233 (91.41% from 255 or 45.07% from 517); Max value from RGB is 233 - color contains mainly: blue. Hex color #6FADE9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6FADE9 is #905216. Grayscale: #A1A1A1. Windows color (decimal): -9458199 or 15314287. OLE color: 15314287.

HSL color Cylindrical-coordinate representation of color #6FADE9: hue angle of 209.51º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6FADE9 is Cyan = 0.52, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 111 173 233 -
CMYK 0.52 0.26 0 0.09
HSL 209.51º 0.73% 0.67% -
HSV(B) 209.51º 0.52% 0.91% -
XYZ 36.21 39.15 82.74 -
YUV 161.3 168.46 92.12 -
System Red Green Blue C M Y K H S L
Decimal 111 173 233 0.52 0.26 0 0.09 209.51 0.73 0.67
Hex 6F AD E9 34 1A 0 9 D2 49 43
Octal 157 255 351 64 32 0 11 322 111 103
Binary 1101111 10101101 11101001 110100 11010 0 1001 11010010 1001001 1000011

Color Harmonies of #6FADE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FADE9

Black with #6FADE9

Text Example


Text Example

White with #6FADE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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