Html Css Color HEX #6FACE0 Jordy Blue

📋 copy color: '#6FACE0'

red 111 ◦ green 172 ◦ blue 224

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

Shades of Jordy Blue #6FACE0

Tints of Jordy Blue #6FACE0

RGB

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

 GREEN value IS 172 (67.58% from 255) = 33.93%

 BLUE value IS 224 (87.89% from 255) = 44.18%

R = 21.89%
G = 33.93%
B = 44.18%

CMYK

 C value IS 0.50

 M value IS 0.23

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#6FACE0 (or 0x6FACE0) is known color: Jordy Blue. HEX triplet: 6F, AC and E0. RGB value is (111,172,224). Sum of RGB (Red+Green+Blue) = 111+172+224=507 (67% of max value = 765). Red value is 111 (43.75% from 255 or 21.89% from 507); Green value is 172 (67.58% from 255 or 33.93% from 507); Blue value is 224 (87.89% from 255 or 44.18% from 507); Max value from RGB is 224 - color contains mainly: blue. Hex color #6FACE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FACE0 is #90531F. Grayscale: #9F9F9F. Windows color (decimal): -9458464 or 14724207. OLE color: 14724207.

HSL color Cylindrical-coordinate representation of color #6FACE0: hue angle of 207.61º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6FACE0 is Cyan = 0.50, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 111 172 224 -
CMYK 0.50 0.23 0 0.12
HSL 207.61º 0.65% 0.66% -
HSV(B) 207.61º 0.5% 0.88% -
XYZ 34.76 38.27 76.07 -
YUV 159.69 164.29 93.27 -
System Red Green Blue C M Y K H S L
Decimal 111 172 224 0.50 0.23 0 0.12 207.61 0.65 0.66
Hex 6F AC E0 32 17 0 C D0 41 42
Octal 157 254 340 62 27 0 14 320 101 102
Binary 1101111 10101100 11100000 110010 10111 0 1100 11010000 1000001 1000010

Color Harmonies of #6FACE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FACE0

Black with #6FACE0

Text Example


Text Example

White with #6FACE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,172,224); }

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

background-color css

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

 a { background-color: rgb(111,172,224); }

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

border-color css

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

 span { border-color: rgb(111,172,224); }

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