Html Css Color HEX #6DA9DF Jordy Blue

📋 copy color: '#6DA9DF'

red 109 ◦ green 169 ◦ blue 223

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

Shades of Jordy Blue #6DA9DF

Tints of Jordy Blue #6DA9DF

RGB

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

 GREEN value IS 169 (66.41% from 255) = 33.73%

 BLUE value IS 223 (87.5% from 255) = 44.51%

R = 21.76%
G = 33.73%
B = 44.51%

CMYK

 C value IS 0.51

 M value IS 0.24

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6DA9DF (or 0x6DA9DF) is known color: Jordy Blue. HEX triplet: 6D, A9 and DF. RGB value is (109,169,223). Sum of RGB (Red+Green+Blue) = 109+169+223=501 (66% of max value = 765). Red value is 109 (42.97% from 255 or 21.76% from 501); Green value is 169 (66.41% from 255 or 33.73% from 501); Blue value is 223 (87.5% from 255 or 44.51% from 501); Max value from RGB is 223 - color contains mainly: blue. Hex color #6DA9DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DA9DF is #925620. Grayscale: #9C9C9C. Windows color (decimal): -9590305 or 14657901. OLE color: 14657901.

HSL color Cylindrical-coordinate representation of color #6DA9DF: hue angle of 208.42º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6DA9DF is Cyan = 0.51, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 109 169 223 -
CMYK 0.51 0.24 0 0.13
HSL 208.42º 0.64% 0.65% -
HSV(B) 208.42º 0.51% 0.87% -
XYZ 33.81 36.95 75.16 -
YUV 157.22 165.12 93.61 -
System Red Green Blue C M Y K H S L
Decimal 109 169 223 0.51 0.24 0 0.13 208.42 0.64 0.65
Hex 6D A9 DF 33 18 0 D D0 40 41
Octal 155 251 337 63 30 0 15 320 100 101
Binary 1101101 10101001 11011111 110011 11000 0 1101 11010000 1000000 1000001

Color Harmonies of #6DA9DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DA9DF

Black with #6DA9DF

Text Example


Text Example

White with #6DA9DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,169,223); }

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

background-color css

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

 a { background-color: rgb(109,169,223); }

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

border-color css

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

 span { border-color: rgb(109,169,223); }

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