Html Css Color HEX #6FADE4 Jordy Blue

📋 copy color: '#6FADE4'

red 111 ◦ green 173 ◦ blue 228

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

Shades of Jordy Blue #6FADE4

Tints of Jordy Blue #6FADE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 44.53%

R = 21.68%
G = 33.79%
B = 44.53%

CMYK

 C value IS 0.51

 M value IS 0.24

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#6FADE4 (or 0x6FADE4) is known color: Jordy Blue. HEX triplet: 6F, AD and E4. RGB value is (111,173,228). Sum of RGB (Red+Green+Blue) = 111+173+228=512 (67% of max value = 765). Red value is 111 (43.75% from 255 or 21.68% from 512); Green value is 173 (67.97% from 255 or 33.79% from 512); Blue value is 228 (89.45% from 255 or 44.53% from 512); Max value from RGB is 228 - color contains mainly: blue. Hex color #6FADE4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FADE4 is #90521B. Grayscale: #A0A0A0. Windows color (decimal): -9458204 or 14986607. OLE color: 14986607.

HSL color Cylindrical-coordinate representation of color #6FADE4: hue angle of 208.21º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6FADE4 is Cyan = 0.51, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 111 173 228 -
CMYK 0.51 0.24 0 0.11
HSL 208.21º 0.68% 0.66% -
HSV(B) 208.21º 0.51% 0.89% -
XYZ 35.5 38.87 79.03 -
YUV 160.73 165.96 92.53 -
System Red Green Blue C M Y K H S L
Decimal 111 173 228 0.51 0.24 0 0.11 208.21 0.68 0.66
Hex 6F AD E4 33 18 0 B D0 44 42
Octal 157 255 344 63 30 0 13 320 104 102
Binary 1101111 10101101 11100100 110011 11000 0 1011 11010000 1000100 1000010

Color Harmonies of #6FADE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FADE4

Black with #6FADE4

Text Example


Text Example

White with #6FADE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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