Html Css Color HEX #6DAAEB Jordy Blue

📋 copy color: '#6DAAEB'

red 109 ◦ green 170 ◦ blue 235

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

Shades of Jordy Blue #6DAAEB

Tints of Jordy Blue #6DAAEB

RGB

 RED value IS 109 (42.97% from 255) = 21.21%

 GREEN value IS 170 (66.8% from 255) = 33.07%

 BLUE value IS 235 (92.19% from 255) = 45.72%

R = 21.21%
G = 33.07%
B = 45.72%

CMYK

 C value IS 0.54

 M value IS 0.28

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6DAAEB (or 0x6DAAEB) is known color: Jordy Blue. HEX triplet: 6D, AA and EB. RGB value is (109,170,235). Sum of RGB (Red+Green+Blue) = 109+170+235=514 (68% of max value = 765). Red value is 109 (42.97% from 255 or 21.21% from 514); Green value is 170 (66.80% from 255 or 33.07% from 514); Blue value is 235 (92.19% from 255 or 45.72% from 514); Max value from RGB is 235 - color contains mainly: blue. Hex color #6DAAEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6DAAEB is #925514. Grayscale: #9E9E9E. Windows color (decimal): -9590037 or 15444589. OLE color: 15444589.

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

Color convert

RGB 109 170 235 -
CMYK 0.54 0.28 0 0.08
HSL 210.95º 0.76% 0.67% -
HSV(B) 210.95º 0.54% 0.92% -
XYZ 35.68 38 84.05 -
YUV 159.17 170.79 92.21 -
System Red Green Blue C M Y K H S L
Decimal 109 170 235 0.54 0.28 0 0.08 210.95 0.76 0.67
Hex 6D AA EB 36 1C 0 8 D3 4C 43
Octal 155 252 353 66 34 0 10 323 114 103
Binary 1101101 10101010 11101011 110110 11100 0 1000 11010011 1001100 1000011

Color Harmonies of #6DAAEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DAAEB

Black with #6DAAEB

Text Example


Text Example

White with #6DAAEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,170,235); }

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

background-color css

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

 a { background-color: rgb(109,170,235); }

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

border-color css

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

 span { border-color: rgb(109,170,235); }

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