Html Css Color HEX #6DADEB Jordy Blue

📋 copy color: '#6DADEB'

red 109 ◦ green 173 ◦ blue 235

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

Shades of Jordy Blue #6DADEB

Tints of Jordy Blue #6DADEB

RGB

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

 GREEN value IS 173 (67.97% from 255) = 33.46%

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

R = 21.08%
G = 33.46%
B = 45.45%

CMYK

 C value IS 0.54

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6DADEB (or 0x6DADEB) is known color: Jordy Blue. HEX triplet: 6D, AD and EB. RGB value is (109,173,235). Sum of RGB (Red+Green+Blue) = 109+173+235=517 (68% of max value = 765). Red value is 109 (42.97% from 255 or 21.08% from 517); Green value is 173 (67.97% from 255 or 33.46% from 517); Blue value is 235 (92.19% from 255 or 45.45% from 517); Max value from RGB is 235 - color contains mainly: blue. Hex color #6DADEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6DADEB is #925214. Grayscale: #A0A0A0. Windows color (decimal): -9589269 or 15445357. OLE color: 15445357.

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

Color convert

RGB 109 173 235 -
CMYK 0.54 0.26 0 0.08
HSL 209.52º 0.76% 0.67% -
HSV(B) 209.52º 0.54% 0.92% -
XYZ 36.25 39.14 84.24 -
YUV 160.93 169.8 90.96 -
System Red Green Blue C M Y K H S L
Decimal 109 173 235 0.54 0.26 0 0.08 209.52 0.76 0.67
Hex 6D AD EB 36 1A 0 8 D2 4C 43
Octal 155 255 353 66 32 0 10 322 114 103
Binary 1101101 10101101 11101011 110110 11010 0 1000 11010010 1001100 1000011

Color Harmonies of #6DADEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DADEB

Black with #6DADEB

Text Example


Text Example

White with #6DADEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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