Html Css Color HEX #6EACE7 Jordy Blue

📋 copy color: '#6EACE7'

red 110 ◦ green 172 ◦ blue 231

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

Shades of Jordy Blue #6EACE7

Tints of Jordy Blue #6EACE7

RGB

 RED value IS 110 (43.36% from 255) = 21.44%

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

 BLUE value IS 231 (90.63% from 255) = 45.03%

R = 21.44%
G = 33.53%
B = 45.03%

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

#6EACE7 (or 0x6EACE7) is known color: Jordy Blue. HEX triplet: 6E, AC and E7. RGB value is (110,172,231). Sum of RGB (Red+Green+Blue) = 110+172+231=513 (67% of max value = 765). Red value is 110 (43.36% from 255 or 21.44% from 513); Green value is 172 (67.58% from 255 or 33.53% from 513); Blue value is 231 (90.62% from 255 or 45.03% from 513); Max value from RGB is 231 - color contains mainly: blue. Hex color #6EACE7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6EACE7 is #915318. Grayscale: #9F9F9F. Windows color (decimal): -9523993 or 15182958. OLE color: 15182958.

HSL color Cylindrical-coordinate representation of color #6EACE7: hue angle of 209.26º degrees, saturation: 0.72, 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 #6EACE7 is Cyan = 0.52, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 110 172 231 -
CMYK 0.52 0.26 0 0.09
HSL 209.26º 0.72% 0.67% -
HSV(B) 209.26º 0.52% 0.91% -
XYZ 35.61 38.59 81.17 -
YUV 160.19 167.96 92.2 -
System Red Green Blue C M Y K H S L
Decimal 110 172 231 0.52 0.26 0 0.09 209.26 0.72 0.67
Hex 6E AC E7 34 1A 0 9 D1 48 43
Octal 156 254 347 64 32 0 11 321 110 103
Binary 1101110 10101100 11100111 110100 11010 0 1001 11010001 1001000 1000011

Color Harmonies of #6EACE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EACE7

Black with #6EACE7

Text Example


Text Example

White with #6EACE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,172,231); }

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

background-color css

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

 a { background-color: rgb(110,172,231); }

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

border-color css

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

 span { border-color: rgb(110,172,231); }

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