Html Css Color HEX #6EA7DA Jordy Blue

📋 copy color: '#6EA7DA'

red 110 ◦ green 167 ◦ blue 218

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

Shades of Jordy Blue #6EA7DA

Tints of Jordy Blue #6EA7DA

RGB

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

 GREEN value IS 167 (65.63% from 255) = 33.74%

 BLUE value IS 218 (85.55% from 255) = 44.04%

R = 22.22%
G = 33.74%
B = 44.04%

CMYK

 C value IS 0.50

 M value IS 0.23

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6EA7DA (or 0x6EA7DA) is known color: Jordy Blue. HEX triplet: 6E, A7 and DA. RGB value is (110,167,218). Sum of RGB (Red+Green+Blue) = 110+167+218=495 (65% of max value = 765). Red value is 110 (43.36% from 255 or 22.22% from 495); Green value is 167 (65.62% from 255 or 33.74% from 495); Blue value is 218 (85.55% from 255 or 44.04% from 495); Max value from RGB is 218 - color contains mainly: blue. Hex color #6EA7DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EA7DA is #915825. Grayscale: #9B9B9B. Windows color (decimal): -9525286 or 14329710. OLE color: 14329710.

HSL color Cylindrical-coordinate representation of color #6EA7DA: hue angle of 208.33º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6EA7DA is Cyan = 0.50, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 110 167 218 -
CMYK 0.50 0.23 0 0.15
HSL 208.33º 0.59% 0.64% -
HSV(B) 208.33º 0.5% 0.85% -
XYZ 32.9 36.01 71.55 -
YUV 155.77 163.12 95.35 -
System Red Green Blue C M Y K H S L
Decimal 110 167 218 0.50 0.23 0 0.15 208.33 0.59 0.64
Hex 6E A7 DA 32 17 0 F D0 3B 40
Octal 156 247 332 62 27 0 17 320 73 100
Binary 1101110 10100111 11011010 110010 10111 0 1111 11010000 111011 1000000

Color Harmonies of #6EA7DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EA7DA

Black with #6EA7DA

Text Example


Text Example

White with #6EA7DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,167,218); }

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

background-color css

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

 a { background-color: rgb(110,167,218); }

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

border-color css

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

 span { border-color: rgb(110,167,218); }

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