Html Css Color HEX #6DABDA Jordy Blue

📋 copy color: '#6DABDA'

red 109 ◦ green 171 ◦ blue 218

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

Shades of Jordy Blue #6DABDA

Tints of Jordy Blue #6DABDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 43.78%

R = 21.89%
G = 34.34%
B = 43.78%

CMYK

 C value IS 0.5

 M value IS 0.22

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6DABDA (or 0x6DABDA) is known color: Jordy Blue. HEX triplet: 6D, AB and DA. RGB value is (109,171,218). Sum of RGB (Red+Green+Blue) = 109+171+218=498 (65% of max value = 765). Red value is 109 (42.97% from 255 or 21.89% from 498); Green value is 171 (67.19% from 255 or 34.34% from 498); Blue value is 218 (85.55% from 255 or 43.78% from 498); Max value from RGB is 218 - color contains mainly: blue. Hex color #6DABDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DABDA is #925425. Grayscale: #9D9D9D. Windows color (decimal): -9589798 or 14330733. OLE color: 14330733.

HSL color Cylindrical-coordinate representation of color #6DABDA: hue angle of 205.87º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6DABDA is Cyan = 0.5, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 109 171 218 -
CMYK 0.5 0.22 0 0.15
HSL 205.87º 0.6% 0.64% -
HSV(B) 205.87º 0.5% 0.85% -
XYZ 33.52 37.44 71.79 -
YUV 157.82 161.96 93.18 -
System Red Green Blue C M Y K H S L
Decimal 109 171 218 0.5 0.22 0 0.15 205.87 0.6 0.64
Hex 6D AB DA 32 16 0 F CE 3C 40
Octal 155 253 332 62 26 0 17 316 74 100
Binary 1101101 10101011 11011010 110010 10110 0 1111 11001110 111100 1000000

Color Harmonies of #6DABDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DABDA

Black with #6DABDA

Text Example


Text Example

White with #6DABDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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