Html Css Color HEX #6AA9EA Jordy Blue

📋 copy color: '#6AA9EA'

red 106 ◦ green 169 ◦ blue 234

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

Shades of Jordy Blue #6AA9EA

Tints of Jordy Blue #6AA9EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 45.97%

R = 20.83%
G = 33.2%
B = 45.97%

CMYK

 C value IS 0.55

 M value IS 0.28

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6AA9EA (or 0x6AA9EA) is known color: Jordy Blue. HEX triplet: 6A, A9 and EA. RGB value is (106,169,234). Sum of RGB (Red+Green+Blue) = 106+169+234=509 (67% of max value = 765). Red value is 106 (41.80% from 255 or 20.83% from 509); Green value is 169 (66.41% from 255 or 33.20% from 509); Blue value is 234 (91.80% from 255 or 45.97% from 509); Max value from RGB is 234 - color contains mainly: blue. Hex color #6AA9EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6AA9EA is #955615. Grayscale: #9D9D9D. Windows color (decimal): -9786902 or 15378794. OLE color: 15378794.

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

Color convert

RGB 106 169 234 -
CMYK 0.55 0.28 0 0.08
HSL 210.47º 0.75% 0.67% -
HSV(B) 210.47º 0.55% 0.92% -
XYZ 34.98 37.38 83.21 -
YUV 157.57 171.13 91.21 -
System Red Green Blue C M Y K H S L
Decimal 106 169 234 0.55 0.28 0 0.08 210.47 0.75 0.67
Hex 6A A9 EA 37 1C 0 8 D2 4B 43
Octal 152 251 352 67 34 0 10 322 113 103
Binary 1101010 10101001 11101010 110111 11100 0 1000 11010010 1001011 1000011

Color Harmonies of #6AA9EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AA9EA

Black with #6AA9EA

Text Example


Text Example

White with #6AA9EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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