Html Css Color HEX #6DABED Jordy Blue

📋 copy color: '#6DABED'

red 109 ◦ green 171 ◦ blue 237

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

Shades of Jordy Blue #6DABED

Tints of Jordy Blue #6DABED

RGB

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

 GREEN value IS 171 (67.19% from 255) = 33.08%

 BLUE value IS 237 (92.97% from 255) = 45.84%

R = 21.08%
G = 33.08%
B = 45.84%

CMYK

 C value IS 0.54

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6DABED (or 0x6DABED) is known color: Jordy Blue. HEX triplet: 6D, AB and ED. RGB value is (109,171,237). Sum of RGB (Red+Green+Blue) = 109+171+237=517 (68% of max value = 765). Red value is 109 (42.97% from 255 or 21.08% from 517); Green value is 171 (67.19% from 255 or 33.08% from 517); Blue value is 237 (92.97% from 255 or 45.84% from 517); Max value from RGB is 237 - color contains mainly: blue. Hex color #6DABED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6DABED is #925412. Grayscale: #9F9F9F. Windows color (decimal): -9589779 or 15575917. OLE color: 15575917.

HSL color Cylindrical-coordinate representation of color #6DABED: hue angle of 210.94º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6DABED is Cyan = 0.54, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 109 171 237 -
CMYK 0.54 0.28 0 0.07
HSL 210.94º 0.78% 0.68% -
HSV(B) 210.94º 0.54% 0.93% -
XYZ 36.16 38.49 85.64 -
YUV 159.99 171.46 91.63 -
System Red Green Blue C M Y K H S L
Decimal 109 171 237 0.54 0.28 0 0.07 210.94 0.78 0.68
Hex 6D AB ED 36 1C 0 7 D3 4E 44
Octal 155 253 355 66 34 0 7 323 116 104
Binary 1101101 10101011 11101101 110110 11100 0 111 11010011 1001110 1000100

Color Harmonies of #6DABED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DABED

Black with #6DABED

Text Example


Text Example

White with #6DABED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,171,237); }

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

background-color css

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

 a { background-color: rgb(109,171,237); }

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

border-color css

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

 span { border-color: rgb(109,171,237); }

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