Html Css Color HEX #6DA8DF Jordy Blue

📋 copy color: '#6DA8DF'

red 109 ◦ green 168 ◦ blue 223

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

Shades of Jordy Blue #6DA8DF

Tints of Jordy Blue #6DA8DF

RGB

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

 GREEN value IS 168 (66.02% from 255) = 33.6%

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

R = 21.8%
G = 33.6%
B = 44.6%

CMYK

 C value IS 0.51

 M value IS 0.25

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6DA8DF (or 0x6DA8DF) is known color: Jordy Blue. HEX triplet: 6D, A8 and DF. RGB value is (109,168,223). Sum of RGB (Red+Green+Blue) = 109+168+223=500 (66% of max value = 765). Red value is 109 (42.97% from 255 or 21.8% from 500); Green value is 168 (66.02% from 255 or 33.6% from 500); Blue value is 223 (87.5% from 255 or 44.6% from 500); Max value from RGB is 223 - color contains mainly: blue. Hex color #6DA8DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DA8DF is #925720. Grayscale: #9C9C9C. Windows color (decimal): -9590561 or 14657645. OLE color: 14657645.

HSL color Cylindrical-coordinate representation of color #6DA8DF: hue angle of 208.95º 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 #6DA8DF is Cyan = 0.51, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 109 168 223 -
CMYK 0.51 0.25 0 0.13
HSL 208.95º 0.64% 0.65% -
HSV(B) 208.95º 0.51% 0.87% -
XYZ 33.63 36.58 75.1 -
YUV 156.63 165.45 94.03 -
System Red Green Blue C M Y K H S L
Decimal 109 168 223 0.51 0.25 0 0.13 208.95 0.64 0.65
Hex 6D A8 DF 33 19 0 D D1 40 41
Octal 155 250 337 63 31 0 15 321 100 101
Binary 1101101 10101000 11011111 110011 11001 0 1101 11010001 1000000 1000001

Color Harmonies of #6DA8DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DA8DF

Black with #6DA8DF

Text Example


Text Example

White with #6DA8DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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