Html Css Color HEX #6EB0EA Jordy Blue

📋 copy color: '#6EB0EA'

red 110 ◦ green 176 ◦ blue 234

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

Shades of Jordy Blue #6EB0EA

Tints of Jordy Blue #6EB0EA

RGB

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

 GREEN value IS 176 (69.14% from 255) = 33.85%

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

R = 21.15%
G = 33.85%
B = 45%

CMYK

 C value IS 0.53

 M value IS 0.25

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6EB0EA (or 0x6EB0EA) is known color: Jordy Blue. HEX triplet: 6E, B0 and EA. RGB value is (110,176,234). Sum of RGB (Red+Green+Blue) = 110+176+234=520 (68% of max value = 765). Red value is 110 (43.36% from 255 or 21.15% from 520); Green value is 176 (69.14% from 255 or 33.85% from 520); Blue value is 234 (91.80% from 255 or 45% from 520); Max value from RGB is 234 - color contains mainly: blue. Hex color #6EB0EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6EB0EA is #914F15. Grayscale: #A2A2A2. Windows color (decimal): -9522966 or 15380590. OLE color: 15380590.

HSL color Cylindrical-coordinate representation of color #6EB0EA: hue angle of 208.06º 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 #6EB0EA is Cyan = 0.53, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 110 176 234 -
CMYK 0.53 0.25 0 0.08
HSL 208.06º 0.75% 0.67% -
HSV(B) 208.06º 0.53% 0.92% -
XYZ 36.81 40.31 83.68 -
YUV 162.88 168.13 90.28 -
System Red Green Blue C M Y K H S L
Decimal 110 176 234 0.53 0.25 0 0.08 208.06 0.75 0.67
Hex 6E B0 EA 35 19 0 8 D0 4B 43
Octal 156 260 352 65 31 0 10 320 113 103
Binary 1101110 10110000 11101010 110101 11001 0 1000 11010000 1001011 1000011

Color Harmonies of #6EB0EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EB0EA

Black with #6EB0EA

Text Example


Text Example

White with #6EB0EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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