Html Css Color HEX #6DACDF Jordy Blue

📋 copy color: '#6DACDF'

red 109 ◦ green 172 ◦ blue 223

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

Shades of Jordy Blue #6DACDF

Tints of Jordy Blue #6DACDF

RGB

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

 GREEN value IS 172 (67.58% from 255) = 34.13%

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

R = 21.63%
G = 34.13%
B = 44.25%

CMYK

 C value IS 0.51

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6DACDF (or 0x6DACDF) is known color: Jordy Blue. HEX triplet: 6D, AC and DF. RGB value is (109,172,223). Sum of RGB (Red+Green+Blue) = 109+172+223=504 (66% of max value = 765). Red value is 109 (42.97% from 255 or 21.63% from 504); Green value is 172 (67.58% from 255 or 34.13% from 504); Blue value is 223 (87.5% from 255 or 44.25% from 504); Max value from RGB is 223 - color contains mainly: blue. Hex color #6DACDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DACDF is #925320. Grayscale: #9E9E9E. Windows color (decimal): -9589537 or 14658669. OLE color: 14658669.

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

Color convert

RGB 109 172 223 -
CMYK 0.51 0.23 0 0.13
HSL 206.84º 0.64% 0.65% -
HSV(B) 206.84º 0.51% 0.87% -
XYZ 34.38 38.08 75.35 -
YUV 158.98 164.13 92.35 -
System Red Green Blue C M Y K H S L
Decimal 109 172 223 0.51 0.23 0 0.13 206.84 0.64 0.65
Hex 6D AC DF 33 17 0 D CF 40 41
Octal 155 254 337 63 27 0 15 317 100 101
Binary 1101101 10101100 11011111 110011 10111 0 1101 11001111 1000000 1000001

Color Harmonies of #6DACDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DACDF

Black with #6DACDF

Text Example


Text Example

White with #6DACDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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