Html Css Color HEX #6A9FDD Jordy Blue

📋 copy color: '#6A9FDD'

red 106 ◦ green 159 ◦ blue 221

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

Shades of Jordy Blue #6A9FDD

Tints of Jordy Blue #6A9FDD

RGB

 RED value IS 106 (41.8% from 255) = 21.81%

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

 BLUE value IS 221 (86.72% from 255) = 45.47%

R = 21.81%
G = 32.72%
B = 45.47%

CMYK

 C value IS 0.52

 M value IS 0.28

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6A9FDD (or 0x6A9FDD) is known color: Jordy Blue. HEX triplet: 6A, 9F and DD. RGB value is (106,159,221). Sum of RGB (Red+Green+Blue) = 106+159+221=486 (64% of max value = 765). Red value is 106 (41.80% from 255 or 21.81% from 486); Green value is 159 (62.5% from 255 or 32.72% from 486); Blue value is 221 (86.72% from 255 or 45.47% from 486); Max value from RGB is 221 - color contains mainly: blue. Hex color #6A9FDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6A9FDD is #956022. Grayscale: #959595. Windows color (decimal): -9789475 or 14524266. OLE color: 14524266.

HSL color Cylindrical-coordinate representation of color #6A9FDD: hue angle of 212.35º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6A9FDD is Cyan = 0.52, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 106 159 221 -
CMYK 0.52 0.28 0 0.13
HSL 212.35º 0.63% 0.64% -
HSV(B) 212.35º 0.52% 0.87% -
XYZ 31.39 33.08 73.14 -
YUV 150.22 167.94 96.46 -
System Red Green Blue C M Y K H S L
Decimal 106 159 221 0.52 0.28 0 0.13 212.35 0.63 0.64
Hex 6A 9F DD 34 1C 0 D D4 3F 40
Octal 152 237 335 64 34 0 15 324 77 100
Binary 1101010 10011111 11011101 110100 11100 0 1101 11010100 111111 1000000

Color Harmonies of #6A9FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A9FDD

Black with #6A9FDD

Text Example


Text Example

White with #6A9FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,159,221); }

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

background-color css

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

 a { background-color: rgb(106,159,221); }

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

border-color css

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

 span { border-color: rgb(106,159,221); }

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