Html Css Color HEX #6EA5EA Jordy Blue

📋 copy color: '#6EA5EA'

red 110 ◦ green 165 ◦ blue 234

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

Shades of Jordy Blue #6EA5EA

Tints of Jordy Blue #6EA5EA

RGB

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

 GREEN value IS 165 (64.84% from 255) = 32.42%

 BLUE value IS 234 (91.8% from 255) = 45.97%

R = 21.61%
G = 32.42%
B = 45.97%

CMYK

 C value IS 0.53

 M value IS 0.29

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6EA5EA (or 0x6EA5EA) is known color: Jordy Blue. HEX triplet: 6E, A5 and EA. RGB value is (110,165,234). Sum of RGB (Red+Green+Blue) = 110+165+234=509 (67% of max value = 765). Red value is 110 (43.36% from 255 or 21.61% from 509); Green value is 165 (64.84% from 255 or 32.42% from 509); Blue value is 234 (91.80% from 255 or 45.97% from 509); Max value from RGB is 234 - color contains mainly: blue. Hex color #6EA5EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6EA5EA is #915A15. Grayscale: #9C9C9C. Windows color (decimal): -9525782 or 15377774. OLE color: 15377774.

HSL color Cylindrical-coordinate representation of color #6EA5EA: hue angle of 213.39º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6EA5EA is Cyan = 0.53, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 110 165 234 -
CMYK 0.53 0.29 0 0.08
HSL 213.39º 0.75% 0.67% -
HSV(B) 213.39º 0.53% 0.92% -
XYZ 34.74 36.17 82.99 -
YUV 156.42 171.78 94.89 -
System Red Green Blue C M Y K H S L
Decimal 110 165 234 0.53 0.29 0 0.08 213.39 0.75 0.67
Hex 6E A5 EA 35 1D 0 8 D5 4B 43
Octal 156 245 352 65 35 0 10 325 113 103
Binary 1101110 10100101 11101010 110101 11101 0 1000 11010101 1001011 1000011

Color Harmonies of #6EA5EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EA5EA

Black with #6EA5EA

Text Example


Text Example

White with #6EA5EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,165,234); }

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

background-color css

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

 a { background-color: rgb(110,165,234); }

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

border-color css

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

 span { border-color: rgb(110,165,234); }

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