Html Css Color HEX #6DA8EB Jordy Blue

📋 copy color: '#6DA8EB'

red 109 ◦ green 168 ◦ blue 235

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

Shades of Jordy Blue #6DA8EB

Tints of Jordy Blue #6DA8EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 45.9%

R = 21.29%
G = 32.81%
B = 45.9%

CMYK

 C value IS 0.54

 M value IS 0.29

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6DA8EB (or 0x6DA8EB) is known color: Jordy Blue. HEX triplet: 6D, A8 and EB. RGB value is (109,168,235). Sum of RGB (Red+Green+Blue) = 109+168+235=512 (67% of max value = 765). Red value is 109 (42.97% from 255 or 21.29% from 512); Green value is 168 (66.02% from 255 or 32.81% from 512); Blue value is 235 (92.19% from 255 or 45.90% from 512); Max value from RGB is 235 - color contains mainly: blue. Hex color #6DA8EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6DA8EB is #925714. Grayscale: #9D9D9D. Windows color (decimal): -9590549 or 15444077. OLE color: 15444077.

HSL color Cylindrical-coordinate representation of color #6DA8EB: hue angle of 211.9º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6DA8EB is Cyan = 0.54, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 109 168 235 -
CMYK 0.54 0.29 0 0.08
HSL 211.9º 0.76% 0.67% -
HSV(B) 211.9º 0.54% 0.92% -
XYZ 35.3 37.25 83.93 -
YUV 158 171.45 93.05 -
System Red Green Blue C M Y K H S L
Decimal 109 168 235 0.54 0.29 0 0.08 211.9 0.76 0.67
Hex 6D A8 EB 36 1D 0 8 D4 4C 43
Octal 155 250 353 66 35 0 10 324 114 103
Binary 1101101 10101000 11101011 110110 11101 0 1000 11010100 1001100 1000011

Color Harmonies of #6DA8EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DA8EB

Black with #6DA8EB

Text Example


Text Example

White with #6DA8EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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