Html Css Color HEX #6AA9DE Jordy Blue

📋 copy color: '#6AA9DE'

red 106 ◦ green 169 ◦ blue 222

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

Shades of Jordy Blue #6AA9DE

Tints of Jordy Blue #6AA9DE

RGB

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

 GREEN value IS 169 (66.41% from 255) = 34%

 BLUE value IS 222 (87.11% from 255) = 44.67%

R = 21.33%
G = 34%
B = 44.67%

CMYK

 C value IS 0.52

 M value IS 0.24

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6AA9DE (or 0x6AA9DE) is known color: Jordy Blue. HEX triplet: 6A, A9 and DE. RGB value is (106,169,222). Sum of RGB (Red+Green+Blue) = 106+169+222=497 (65% of max value = 765). Red value is 106 (41.80% from 255 or 21.33% from 497); Green value is 169 (66.41% from 255 or 34.00% from 497); Blue value is 222 (87.11% from 255 or 44.67% from 497); Max value from RGB is 222 - color contains mainly: blue. Hex color #6AA9DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6AA9DE is #955621. Grayscale: #9B9B9B. Windows color (decimal): -9786914 or 14592362. OLE color: 14592362.

HSL color Cylindrical-coordinate representation of color #6AA9DE: hue angle of 207.41º degrees, saturation: 0.64, 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 #6AA9DE is Cyan = 0.52, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 106 169 222 -
CMYK 0.52 0.24 0 0.13
HSL 207.41º 0.64% 0.64% -
HSV(B) 207.41º 0.52% 0.87% -
XYZ 33.32 36.71 74.44 -
YUV 156.21 165.13 92.19 -
System Red Green Blue C M Y K H S L
Decimal 106 169 222 0.52 0.24 0 0.13 207.41 0.64 0.64
Hex 6A A9 DE 34 18 0 D CF 40 40
Octal 152 251 336 64 30 0 15 317 100 100
Binary 1101010 10101001 11011110 110100 11000 0 1101 11001111 1000000 1000000

Color Harmonies of #6AA9DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AA9DE

Black with #6AA9DE

Text Example


Text Example

White with #6AA9DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,169,222); }

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

background-color css

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

 a { background-color: rgb(106,169,222); }

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

border-color css

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

 span { border-color: rgb(106,169,222); }

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