Html Css Color HEX #6AACED Jordy Blue

📋 copy color: '#6AACED'

red 106 ◦ green 172 ◦ blue 237

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

Shades of Jordy Blue #6AACED

Tints of Jordy Blue #6AACED

RGB

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

 GREEN value IS 172 (67.58% from 255) = 33.4%

 BLUE value IS 237 (92.97% from 255) = 46.02%

R = 20.58%
G = 33.4%
B = 46.02%

CMYK

 C value IS 0.55

 M value IS 0.27

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6AACED (or 0x6AACED) is known color: Jordy Blue. HEX triplet: 6A, AC and ED. RGB value is (106,172,237). Sum of RGB (Red+Green+Blue) = 106+172+237=515 (68% of max value = 765). Red value is 106 (41.80% from 255 or 20.58% from 515); Green value is 172 (67.58% from 255 or 33.40% from 515); Blue value is 237 (92.97% from 255 or 46.02% from 515); Max value from RGB is 237 - color contains mainly: blue. Hex color #6AACED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6AACED is #955312. Grayscale: #9F9F9F. Windows color (decimal): -9786131 or 15576170. OLE color: 15576170.

HSL color Cylindrical-coordinate representation of color #6AACED: hue angle of 209.77º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6AACED is Cyan = 0.55, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 106 172 237 -
CMYK 0.55 0.27 0 0.07
HSL 209.77º 0.78% 0.67% -
HSV(B) 209.77º 0.55% 0.93% -
XYZ 35.98 38.68 85.69 -
YUV 159.68 171.63 89.71 -
System Red Green Blue C M Y K H S L
Decimal 106 172 237 0.55 0.27 0 0.07 209.77 0.78 0.67
Hex 6A AC ED 37 1B 0 7 D2 4E 43
Octal 152 254 355 67 33 0 7 322 116 103
Binary 1101010 10101100 11101101 110111 11011 0 111 11010010 1001110 1000011

Color Harmonies of #6AACED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AACED

Black with #6AACED

Text Example


Text Example

White with #6AACED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,172,237); }

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

background-color css

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

 a { background-color: rgb(106,172,237); }

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

border-color css

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

 span { border-color: rgb(106,172,237); }

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