Html Css Color HEX #6DA7DF Jordy Blue

📋 copy color: '#6DA7DF'

red 109 ◦ green 167 ◦ blue 223

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

Shades of Jordy Blue #6DA7DF

Tints of Jordy Blue #6DA7DF

RGB

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

 GREEN value IS 167 (65.63% from 255) = 33.47%

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

R = 21.84%
G = 33.47%
B = 44.69%

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

#6DA7DF (or 0x6DA7DF) is known color: Jordy Blue. HEX triplet: 6D, A7 and DF. RGB value is (109,167,223). Sum of RGB (Red+Green+Blue) = 109+167+223=499 (66% of max value = 765). Red value is 109 (42.97% from 255 or 21.84% from 499); Green value is 167 (65.62% from 255 or 33.47% from 499); Blue value is 223 (87.5% from 255 or 44.69% from 499); Max value from RGB is 223 - color contains mainly: blue. Hex color #6DA7DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DA7DF is #925820. Grayscale: #9B9B9B. Windows color (decimal): -9590817 or 14657389. OLE color: 14657389.

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

Color convert

RGB 109 167 223 -
CMYK 0.51 0.25 0 0.13
HSL 209.47º 0.64% 0.65% -
HSV(B) 209.47º 0.51% 0.87% -
XYZ 33.44 36.22 75.04 -
YUV 156.04 165.78 94.45 -
System Red Green Blue C M Y K H S L
Decimal 109 167 223 0.51 0.25 0 0.13 209.47 0.64 0.65
Hex 6D A7 DF 33 19 0 D D1 40 41
Octal 155 247 337 63 31 0 15 321 100 101
Binary 1101101 10100111 11011111 110011 11001 0 1101 11010001 1000000 1000001

Color Harmonies of #6DA7DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DA7DF

Black with #6DA7DF

Text Example


Text Example

White with #6DA7DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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