Html Css Color HEX #6D9FDC Jordy Blue

📋 copy color: '#6D9FDC'

red 109 ◦ green 159 ◦ blue 220

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

Shades of Jordy Blue #6D9FDC

Tints of Jordy Blue #6D9FDC

RGB

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

 GREEN value IS 159 (62.5% from 255) = 32.58%

 BLUE value IS 220 (86.33% from 255) = 45.08%

R = 22.34%
G = 32.58%
B = 45.08%

CMYK

 C value IS 0.50

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6D9FDC (or 0x6D9FDC) is known color: Jordy Blue. HEX triplet: 6D, 9F and DC. RGB value is (109,159,220). Sum of RGB (Red+Green+Blue) = 109+159+220=488 (64% of max value = 765). Red value is 109 (42.97% from 255 or 22.34% from 488); Green value is 159 (62.5% from 255 or 32.58% from 488); Blue value is 220 (86.33% from 255 or 45.08% from 488); Max value from RGB is 220 - color contains mainly: blue. Hex color #6D9FDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D9FDC is #926023. Grayscale: #969696. Windows color (decimal): -9592868 or 14458733. OLE color: 14458733.

HSL color Cylindrical-coordinate representation of color #6D9FDC: hue angle of 212.97º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6D9FDC is Cyan = 0.50, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 109 159 220 -
CMYK 0.50 0.28 0 0.14
HSL 212.97º 0.61% 0.65% -
HSV(B) 212.97º 0.5% 0.86% -
XYZ 31.62 33.21 72.45 -
YUV 151 166.94 98.04 -
System Red Green Blue C M Y K H S L
Decimal 109 159 220 0.50 0.28 0 0.14 212.97 0.61 0.65
Hex 6D 9F DC 32 1C 0 E D5 3D 41
Octal 155 237 334 62 34 0 16 325 75 101
Binary 1101101 10011111 11011100 110010 11100 0 1110 11010101 111101 1000001

Color Harmonies of #6D9FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D9FDC

Black with #6D9FDC

Text Example


Text Example

White with #6D9FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,159,220); }

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

background-color css

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

 a { background-color: rgb(109,159,220); }

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

border-color css

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

 span { border-color: rgb(109,159,220); }

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