Html Css Color HEX #6DA8DA Jordy Blue

📋 copy color: '#6DA8DA'

red 109 ◦ green 168 ◦ blue 218

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

Shades of Jordy Blue #6DA8DA

Tints of Jordy Blue #6DA8DA

RGB

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

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

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

R = 22.02%
G = 33.94%
B = 44.04%

CMYK

 C value IS 0.5

 M value IS 0.23

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6DA8DA (or 0x6DA8DA) is known color: Jordy Blue. HEX triplet: 6D, A8 and DA. RGB value is (109,168,218). Sum of RGB (Red+Green+Blue) = 109+168+218=495 (65% of max value = 765). Red value is 109 (42.97% from 255 or 22.02% from 495); Green value is 168 (66.02% from 255 or 33.94% from 495); Blue value is 218 (85.55% from 255 or 44.04% from 495); Max value from RGB is 218 - color contains mainly: blue. Hex color #6DA8DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DA8DA is #925725. Grayscale: #9B9B9B. Windows color (decimal): -9590566 or 14329965. OLE color: 14329965.

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

Color convert

RGB 109 168 218 -
CMYK 0.5 0.23 0 0.15
HSL 207.52º 0.6% 0.64% -
HSV(B) 207.52º 0.5% 0.85% -
XYZ 32.96 36.32 71.6 -
YUV 156.06 162.95 94.43 -
System Red Green Blue C M Y K H S L
Decimal 109 168 218 0.5 0.23 0 0.15 207.52 0.6 0.64
Hex 6D A8 DA 32 17 0 F D0 3C 40
Octal 155 250 332 62 27 0 17 320 74 100
Binary 1101101 10101000 11011010 110010 10111 0 1111 11010000 111100 1000000

Color Harmonies of #6DA8DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DA8DA

Black with #6DA8DA

Text Example


Text Example

White with #6DA8DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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