Html Css Color HEX #6EA9F2 Jordy Blue

📋 copy color: '#6EA9F2'

red 110 ◦ green 169 ◦ blue 242

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

Shades of Jordy Blue #6EA9F2

Tints of Jordy Blue #6EA9F2

RGB

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

 GREEN value IS 169 (66.41% from 255) = 32.44%

 BLUE value IS 242 (94.92% from 255) = 46.45%

R = 21.11%
G = 32.44%
B = 46.45%

CMYK

 C value IS 0.55

 M value IS 0.30

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#6EA9F2 (or 0x6EA9F2) is known color: Jordy Blue. HEX triplet: 6E, A9 and F2. RGB value is (110,169,242). Sum of RGB (Red+Green+Blue) = 110+169+242=521 (69% of max value = 765). Red value is 110 (43.36% from 255 or 21.11% from 521); Green value is 169 (66.41% from 255 or 32.44% from 521); Blue value is 242 (94.92% from 255 or 46.45% from 521); Max value from RGB is 242 - color contains mainly: blue. Hex color #6EA9F2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6EA9F2 is #91560D. Grayscale: #9F9F9F. Windows color (decimal): -9524750 or 15903086. OLE color: 15903086.

HSL color Cylindrical-coordinate representation of color #6EA9F2: hue angle of 213.18º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6EA9F2 is Cyan = 0.55, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 110 169 242 -
CMYK 0.55 0.30 0 0.05
HSL 213.18º 0.84% 0.69% -
HSV(B) 213.18º 0.55% 0.95% -
XYZ 36.65 38.1 89.43 -
YUV 159.68 174.45 92.56 -
System Red Green Blue C M Y K H S L
Decimal 110 169 242 0.55 0.30 0 0.05 213.18 0.84 0.69
Hex 6E A9 F2 37 1E 0 5 D5 54 45
Octal 156 251 362 67 36 0 5 325 124 105
Binary 1101110 10101001 11110010 110111 11110 0 101 11010101 1010100 1000101

Color Harmonies of #6EA9F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EA9F2

Black with #6EA9F2

Text Example


Text Example

White with #6EA9F2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,169,242); }

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

background-color css

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

 a { background-color: rgb(110,169,242); }

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

border-color css

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

 span { border-color: rgb(110,169,242); }

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